sport: Sequential Pairwise Online Rating Techniques

Calculates ratings for two-player or multi-player challenges. Methods included in package such as are able to estimate ratings (players strengths) and their evolution in time, also able to predict output of challenge. Algorithms are based on Bayesian Approximation Method, and they don't involve any matrix inversions nor likelihood estimation. Parameters are updated sequentially, and computation doesn't require any additional RAM to make estimation feasible. Additionally, base of the package is written in C++ what makes sport computation even faster. Methods used in the package refers to Mark E. Glickman (1999) <http://www.glicko.net/research/glicko.pdf>; Mark E. Glickman (2001) <doi:10.1080/02664760120059219>; Ruby C. Weng, Chih-Jen Lin (2011) <http://jmlr.csail.mit.edu/papers/volume12/weng11a/weng11a.pdf>; W. Penny, Stephen J. Roberts (1999) <doi:10.1109/IJCNN.1999.832603>.

Version: 0.1.2
Depends: R (≥ 3.0)
Imports: Rcpp (≥ 0.12.8), data.table (≥ 1.11.0), ggplot2 (≥ 3.0.0)
LinkingTo: Rcpp
Suggests: dplyr, knitr, magrittr, rmarkdown, testthat
Published: 2019-01-07
Author: Dawid Kałędkowski [aut, cre]
Maintainer: Dawid Kałędkowski <dawid.kaledkowski at gmail.com>
BugReports: https://github.com/gogonzo/sport/issues
License: GPL-2
URL: https://github.com/gogonzo/sport
NeedsCompilation: yes
Materials: NEWS
CRAN checks: sport results

Downloads:

Reference manual: sport.pdf
Vignettes: sport an R package for online update algorithms
Package source: sport_0.1.2.tar.gz
Windows binaries: r-devel: sport_0.1.2.zip, r-devel-gcc8: sport_0.1.2.zip, r-release: sport_0.1.2.zip, r-oldrel: sport_0.1.2.zip
OS X binaries: r-release: sport_0.1.2.tgz, r-oldrel: sport_0.1.2.tgz
Old sources: sport archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=sport to link to this page.