Uses of Class
org.episteme.social.sports.RatingSystems.Glicko2Rating
Packages that use RatingSystems.Glicko2Rating
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of RatingSystems.Glicko2Rating in org.episteme.social.sports
Methods in org.episteme.social.sports that return RatingSystems.Glicko2RatingModifier and TypeMethodDescriptionstatic RatingSystems.Glicko2RatingRatingSystems.glicko2Update(RatingSystems.Glicko2Rating player, RatingSystems.Glicko2Rating opponent, Real actualScore) Updates a Glicko-2 rating for a single match observation.static RatingSystems.Glicko2RatingRatingSystems.Glicko2Rating.initial()Methods in org.episteme.social.sports with parameters of type RatingSystems.Glicko2RatingModifier and TypeMethodDescriptionstatic RatingSystems.Glicko2RatingRatingSystems.glicko2Update(RatingSystems.Glicko2Rating player, RatingSystems.Glicko2Rating opponent, Real actualScore) Updates a Glicko-2 rating for a single match observation.