Package: sport 0.2.0
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>.
Authors:
sport_0.2.0.tar.gz
sport_0.2.0.zip(r-4.5)sport_0.2.0.zip(r-4.4)sport_0.2.0.zip(r-4.3)
sport_0.2.0.tgz(r-4.4-x86_64)sport_0.2.0.tgz(r-4.4-arm64)sport_0.2.0.tgz(r-4.3-x86_64)sport_0.2.0.tgz(r-4.3-arm64)
sport_0.2.0.tar.gz(r-4.5-noble)sport_0.2.0.tar.gz(r-4.4-noble)
sport_0.2.0.tgz(r-4.4-emscripten)sport_0.2.0.tgz(r-4.3-emscripten)
sport.pdf |sport.html✨
sport/json (API)
NEWS
# Install 'sport' in R: |
install.packages('sport', repos = c('https://gogonzo.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gogonzo/sport/issues
Last updated 5 years agofrom:59d4d0c57b. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 09 2024 |
R-4.5-win-x86_64 | NOTE | Nov 09 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 09 2024 |
R-4.4-win-x86_64 | NOTE | Nov 09 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 09 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 09 2024 |
R-4.3-win-x86_64 | NOTE | Nov 09 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 09 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 09 2024 |
Exports:bbt_rundbl_runglicko_runglicko2_run
Dependencies:clicolorspacedata.tablefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerRcpprlangscalestibbleutf8vctrsviridisLitewithr
sport an R package for online update algorithms
Rendered fromsport_in_r.Rmd
usingknitr::rmarkdown
on Nov 09 2024.Last update: 2020-01-07
Started: 2018-09-10
The theory of the online update algorithms
Rendered fromthe_theory.Rmd
usingknitr::rmarkdown
on Nov 09 2024.Last update: 2020-01-03
Started: 2020-01-01
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Bayesian Bradley-Terry | bbt_run |
Dynamic Bayesian Logit | dbl_run |
Glicko rating algorithm | glicko_run |
Glicko2 rating algorithm | glicko2_run |
Heat results of Speedway Grand-Prix | gpheats |
Turnament results of Speedway Grand-Prix | gpsquads |
Plot rating object | plot.rating |
Predict rating model | predict.rating |
Apply rating algorithm | rating_run |
Summarizing rating objects | summary.rating |