How Not To Sort By Average Rating
31–34 of 34 posts
Re: How Not To Sort By Average Rating
#32It's been a great resource for me.
EDIT: Fixed the link.
Re: How Not To Sort By Average Rating
#33He shows the flaws of both examples but only gives a solution to the first one. How does one nicely sort a rating scale like Amazon's that does have more than "yes" and "no"?
Re: How Not To Sort By Average Rating
#34It's very nice to see a mathematically motivated piece on how to sort based on users ratings. But there are two problems with the solution presented, the first minor, and the second more serious. Minor: Distributions of ratings are not usually normal about the average possible rating -- they are usually skewed to the positive end, because people are pretty good at selecting what they read or view. The solution presen…
> Indeed, it may be more useful in a "top rated" list to display those items with the highest number of positive ratings per page view, download, or purchase, rather than positive ratings per rating. Many people who find something mediocre will not bother to rate it at all; the act of viewing or purchasing something and declining to rate it contains useful information about that item's quality.