Crate glicko2 [] [src]

Structs

GameResult

Represents a result (win, loss, or draw) over an opposing player or team.

Glicko2Rating

Represents the rating of a player or team on the Glicko2 scale.

GlickoRating

Represents the rating of a player or team on the Glicko (not Glicko2) scale.

Functions

new_rating

Calculates a new rating from an existing rating and a series of results.