Package: TrueSkillThroughTime
Type: Package
Title: Skill Estimation Based on a Single Bayesian Network
Version: 0.1.1
Date: 2023-04-26
Authors@R: person(given="Gustavo", family="Landfried", email = "gustavolandfried@gmail.com", role = c("aut", "cre"))
Maintainer: Gustavo Landfried <gustavolandfried@gmail.com>
Description: 
    Most estimators implemented by the video game industry cannot obtain reliable initial estimates nor guarantee comparability between distant estimates. TrueSkill Through Time solves all these problems by modeling the entire history of activities using a single Bayesian network allowing the information to propagate correctly throughout the system. This algorithm requires only a few iterations to converge, allowing millions of observations to be analyzed using any low-end computer.
    The core ideas implemented in this project were developed by Dangauthier P, Herbrich R, Minka T, Graepel T (2007). "Trueskill through time: Revisiting the history of chess." <https://dl.acm.org/doi/10.5555/2981562.2981605>.
License: GPL (>= 3)
Imports: hash, methods, stats
Encoding: UTF-8
URL: https://github.com/glandfried/TrueSkillThroughTime.R
BugReports: https://github.com/glandfried/TrueSkillThroughTime.R/issues
RoxygenNote: 7.2.1
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2023-04-26 14:42:58 UTC; landfried
Author: Gustavo Landfried [aut, cre]
Repository: CRAN
Date/Publication: 2023-04-26 15:22:30 UTC
Built: R 4.2.0; ; 2023-04-26 16:49:11 UTC; unix
