A
alex
I need a more advanced formula than just an average for calculating
items rating.
I have:
raitng value is on scale 1 to 10.
s - sum of all ratings for an item
n - number of rates (votes)
scenario 1)
s=12
n=2
12/2 = 6
scenario 2)
s=24
n=4
24/4 = 6
same average value, however what i would like to do is take into
account number of votes for an item. item in scenario 2 should have
higher rating that item 1, because it is more popular (viewed and rated
more often).
what kind of formula whould do this?
thanks!
items rating.
I have:
raitng value is on scale 1 to 10.
s - sum of all ratings for an item
n - number of rates (votes)
scenario 1)
s=12
n=2
12/2 = 6
scenario 2)
s=24
n=4
24/4 = 6
same average value, however what i would like to do is take into
account number of votes for an item. item in scenario 2 should have
higher rating that item 1, because it is more popular (viewed and rated
more often).
what kind of formula whould do this?
thanks!