What will be the best rating formula to decide about the winner where the voting is done in terms of "5 star" rating?
For e.g. there is a video site in which users can give between 1 to 5 star rating to any video. So how will I decide between two videos that who the winner is?
Calculating average will not work because for e.g. VIDEO1 might get 9 (5 stars) and 1 (2 stars) rating, while VIDEO2 might get 1 (5 stars) rating, and even though VIDEO1 has 9 (5 stars) rating, it will still lose on average.

Thanks

link|improve this question

79% accept rate
Although it does not directly handle the case of a star rating: evanmiller.org/how-not-to-sort-by-average-rating.html – Howard Sep 29 '11 at 17:06
It was an interesting read but like you said it only deals with positive and negative ratings and not 5-star scale. – Ali Sep 29 '11 at 17:33
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.