Here is example Etymon:
Person A: Got 4 Votes, Vote Total: 16, Avarage: 4,
Person B: Got 5 Votes, Vote Total: 20, Avarage: 4,
Person C: Got 3 Votes, Vote Total: 15, Avarage: 5,
Total Votes: 12 Votes, Total Points: 51
However, Even Person B and Person A got same rating, B Should be higher... For example, if one person got 1 vote for 4points, should not be higher than a person who got 5 votes avarage of 3.5 for example... Now imagine that with 300 people, with very different number of votes, number of total votes and try to give them a rating.
I am trying to do a Bayesian estimation, like
how IMDB does it but no answer for which number to pick "required number of votes"
And sadly, when I find it, I had to work on it's SQL calculations :P
Okay real example
Code:
Person 1pt 2pt 3pt 4pt 5pt Attempt Voted
------------ -------- ------- ----- ------ ------ --------- ------
Person A: 40 21 48 80 204 2903 393
Person B: 5 5 8 9 36 787 63
Person C: 13 13 18 18 88 1552 135
(570 total)
--------------------------------------------------------------------
Total 806 318 582 868 3100 61212 6452
--------------------------------------------------------------------
Number of people voted: 17294 used 6452 votes.
How do you rank those Persons A, B, C from (1 to 5) relative to others... or would you seperately rank them?
Question to people who vote was: Rate this person according to help degree...