Class RatingSystems.Glicko2Rating

java.lang.Object
org.episteme.social.sports.RatingSystems.Glicko2Rating
All Implemented Interfaces:
Serializable
Enclosing class:
RatingSystems

public static class RatingSystems.Glicko2Rating extends Object implements Serializable
Data model for a Glicko-2 rating profile.
Since:
1.0
Version:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • Glicko2Rating

      public Glicko2Rating()
    • Glicko2Rating

      public Glicko2Rating(Real rating, Real rd, Real volatility)
  • Method Details