Tagged Questions
1
vote
0answers
65 views
Influences of scored/weighted ratings
I am experimenting with a scheme for aggregating $N$ scored ratings. The gathered ratings themselves are integers, e.g. a chosen value between $1$ to $5$, and each rating $r_i$ is assigned with a ...
2
votes
2answers
442 views
How do I sort an ordinal list of user-generated ratings data?
The Ubuntu Software Center uses a 1 to 5 star rating system for its App Reviews. However, it's current ratings sorting algorithm looks very fishy. I believe this is a different question from this ...