Skip to content

woctezuma/steam-era-goty

Repository files navigation

SteamEra Games of the Year Awards 2017

Build status Code coverage

Goal

To rank the best games of the year, a Bayesian Rating is computed on RPGCodex, which provides a solid ranking. However, this methodology is not applied on SteamGAF/ERA, and a sum of scores is applied instead (think Eurovision). Our goal is to use the data shown on SteamGAF/ERA and re-rank games with other methods:

Bayesian Rating

Prior for Bayesian Rating

Our prior is computed as follows:

  • regarding the average score, the prior is the median of average scores,
  • regarding the number of votes, the prior is the average of numbers of votes.

Caveat

The original data consists in sets of GOTY candidates, which happen to be ranked. As pointed out by Durante, interpreting the ranks as a score leads to undesirable properties.

Result

Full result is here.

Schulze Method

Ranked-choice voting

Schulze method is an alternative to Borda count, which is the Eurovision system. See Ranked-choice voting.

Data

The original dataset, which consists of the rankings submitted by each user, was used. It cannot be shared for privacy concerns.

Result

Full result is here.

References

Bayesian Rating

Schulze Method