Cavalary: Regarding the second, I think by default the actual ratings should be shown as they are
Oh, absolutely. I definitely won't tweak what's displayed - it's only the sorting order where I'm thinking about a hybrid approach.
Cavalary: users who want a weighted overall score could be allowed to set their own weights for verified and unverified owner ratings
That's unfortunately never going to happen. It's too much a power user feature, and for performance reasons I want to (effectively) calculate sorting order in advance, instead of doing this at runtime.
Cavalary: and to cover for the low number of votes you can use the survey error margin calculation, 100/sqrt(number)%
Thanks, I wasn't actively familiar with that one!
mrkgnao: I believe any weighting will result in unexpected outliers that may confuse users.
Yeah, that's very much a risk with doing anything complex.
mrkgnao: Regarding 1), I would make total the default and verified the alternative.
Any reasoning? The more I look at the games where there's both a strong difference and a significant number of verified ratings, the more I believe that verified is the only worthwhile one.
mrkgnao: D) Consider a game unrated if it does not have some minimum number of votes. GOG used to have this (or perhaps still does), with a cutoff of 5 votes. I would suggest a higher cutoff.
This was helpful, in two ways:
1) making me realize clearly that I don't want this. If you're sorting by rating, there's some rating below which games are "bad". Unrated game should appear above those games, not below them. I don't know exactly where the cutoff is (3.0?, 3.5?), and it's probably different for everyone - but above is better than below.
2) The idea of a cutoff is still helpful. I'm currently pondering variations of this concept: If there are (cutoff) 10 or more verified ratings, use only verified ratings to sort. If there are fewer, but more than 10 total ratings which are within a margin (0.5?) of the same rating, use a (weighted) average of them, otherwise (if there are very few votes in total), (also?) use dummy votes / survey error margin calculation.
Because I'll have filters for the pure values as well as sorting, you can still really dig for specific traits (e.g. show me all the games with a verified rating of 4.7 or higher, but 3.0 or lower total (or vice versa), with at least X number of (verified) ratings.