I was just reading up on this topic on this page:
What is a better way to sort by a 5 star rating?
The selected answer is good, but I am having a hard time figuring out how to adapt the solution to my website.
Let's say you don't have a top 250, but rather just want to rank every reviewed product, even where only one rating exists.
Would I just use an 'm' variable of 1? Also regarding variable 'C', is this just adding up every rating submitted site-wide and dividing by the total number of ratings submitted site-wide?
Thanks for the help!