Awesome if you are using only "up" and "down" ...
It should work for star ratings, and generalize to non discrete rating systems too.
61–62 of 62 posts
Awesome if you are using only "up" and "down" ...
There is a much simpler and elegant method. Just rank posts by their probability of getting an upvote. This is just (upvotes+1)/(upvotes+downvotess+2).
This gives an advantage to new posts for which the probability is much more uncertain: it's easier to get 1 upvote and 0 downvotes (rank 2/3) than to get 1999 upvotes and 999 downvotes (also rank 2/3). Maybe that's what you want, but the post is exactly about those cases when this is not what you want.