Psionicist
Explorer
I'd suggest you to use the true Bayesian estimate when calculating the rating of a specific book, if it qualifies for a list or not.
true Bayesian estimate
weighted rank (WR) = (v / (v+m)) * R + (m / (v+m)) * C
where:
R = average for the book (mean) = (Rating)
v = number of votes for the book = (votes)
m = minimum votes required to be listed in the toplist
C = the mean vote across the whole report
For example:
R= 3.8
v= 23
m = 10
C = 4.2
(23 / (23+10)) * 3.8 + (10 / (23+10)) * 4.2 = 3.92
true Bayesian estimate
weighted rank (WR) = (v / (v+m)) * R + (m / (v+m)) * C
where:
R = average for the book (mean) = (Rating)
v = number of votes for the book = (votes)
m = minimum votes required to be listed in the toplist
C = the mean vote across the whole report
For example:
R= 3.8
v= 23
m = 10
C = 4.2
(23 / (23+10)) * 3.8 + (10 / (23+10)) * 4.2 = 3.92
Last edited: