Class ThurstoneMostellerFull
java.lang.Object
com.pocketcombats.openskill.model.ThurstoneMostellerFull
- All Implemented Interfaces:
RatingModel
The Thurstone-Mosteller with Full Pairing model assumes a single
scalar value to represent player performance and enables rating updates
based on match outcomes. Additionally, it employs a maximum likelihood
estimation approach to estimate the ratings of players as per the
observed outcomes. These assumptions contribute to the model's ability
to estimate ratings accurately and provide a well-founded ranking
of players.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculateAdjustmentFactors(TeamResult<?> teamResult, List<? extends TeamResult<?>> opponentTeamResults)
-
Constructor Details
-
ThurstoneMostellerFull
-
-
Method Details
-
calculateAdjustmentFactors
public AdjustmentFactors calculateAdjustmentFactors(TeamResult<?> teamResult, List<? extends TeamResult<?>> opponentTeamResults) - Specified by:
calculateAdjustmentFactorsin interfaceRatingModel
-