Implementation the TrueSkill algorithm in R


[Up] [Top]

Documentation for package ‘trueskill’ version 0.1

Help Pages

trueskill-package Implementation of the TrueSkill algorithm
*-method Gaussian Class with args (mu, sigma) or (pi, tau)
/-method Gaussian Class with args (mu, sigma) or (pi, tau)
AdjustPlayers Update the Skills of a List of Players
data Australian Open data
Divide GaussianOperators
DrawMargin EPSILON or draw margin, used to set EPSILON in Parameters
DrawProbability Compute draw probability
Gaussian Gaussian Class with args (mu, sigma) or (pi, tau)
Gaussian-class Gaussian Class with args (mu, sigma) or (pi, tau)
Multiply GaussianOperators
Parameters Sets three parameters used in the TrueSkill algorithm.
Player Player: class to hold the rank, skill and names of players
PrintList pretty print a list of players
Trueskill Apply Trueskill to Tournament Data
trueskill Implementation of the TrueSkill algorithm