Expand description

skillratings provides functions on calculating a player’s skill rating in 1v1 games.

We calculate the result instantly instead of after a certain rating period, and only for player-vs-player matches, no teams.

Currently we support these skill rating systems: Elo, DWZ, Ingo, TrueSkill, Glicko and Glicko-2.

Modules

Module for calculating a player’s skill rating using DWZ (Deutsche Wertungszahl).

Module for calculating a player’s skill rating using Elo.

Module for calculating a player’s skill rating using Glicko.

Module for calculating a player’s skill rating using Glicko-2.

Module for calculating a player’s skill rating using Ingo.

Module for the outcome of the matches.

Module for initialising a player’s skill rating in the different rating methods.

Module for calculating a player’s skill rating using TrueSkill.