A particular rating a tournment can be related to.
Default value of deviation (PHI) for the Glicko2 algorithm.
Default value of rate (MU) for the Glicko2 algorithm.
Default value of volatility (SIGMA) for the Glicko2 algorithm.
Description of the rating.
Return the rate of a player
Parameters: |
|
---|---|
Return type: | an instance of glicko2.Rating |
If before is not specified fetch the latest rate, otherwise the most recent one preceeding before.
The method considers all ratings at the same level of this one or better.
Primary key.
Determine whether the given competitor is actually a Phantom.
Parameters: | competitor – a Competitor instance |
---|
This is needed because someone use a concrete player as Phantom, to customize its name (not everybody have a good sense of humor...)
Rating level.
List of rates.
Recompute the whole rating.
Parameters: |
|
---|
If mindate is given, recompute the rating ignoring the tourneys before that date.
Reduce a single rating to a simple dictionary
Value of TAU for the Glicko2 algorithm.
Return the time span of this rating.
Tourneys using this rating.