ranking library

Skill-based ranking.

Classes

Elo<T>
Simplified Elo rating.

Functions

computeBradleyTerryScores<T>(List<List<T>> games) Map<T, double>
Computes the Bradley-Terry Ranking for the players in the given games.