Let's say I want to order some products based on two variables: rating and the number of ratings.
For example, let's say I have these 2 products:
Product A 4.9 of 10000
Product B 5.0 of 1
It's kind obviously that the product A should come first. Probably using weighted mean, but what weight to use for each variable?