Crate glicko2 [] [src]

Structs

GameResult

Represents a result (win, loss, or draw) over an opposing player. Note well that only the opponent is stored in a GameResult. The player that actually won, lost or drew respectively is not stored in the game result, but instead is passed in to new_rating.

Glicko2Player

Represents the rating of a player on the Glicko2 scale.

GlickoPlayer

Represents the rating of a player on the Glicko (not glicko2) scale. Glicko2 rating numbers tend to be less friendly for humans, so it's common to convert ratings to the Glicko scale before display.

Functions

new_rating

Generate a new Rating from an existing rating and a series of results.