I want to programatically calculate at which particular hours of a day the probability of a webpage hits(accessed) are high.
Which statistic formula should I use to calculate the peak hours of the web page, if I have already the below data about a page .
e.g. for page xyz, at left I have hours and at right I have hits , For different pages the hits are different.
Page xyz hits count data:
hr=hits
1=0
2=0
3=0
4=0
5=14
6=0
7=0
8=5
9=5
10=8
11=10
12=10
13=12
14=7
15=5
16=5
17=3
18=0
19=0
20=0
21=0
22=0
23=0
24=0