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:Dawid Kałędkowski [aut, cre]

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.5-x86_64)sport_0.2.0.tgz(r-4.5-arm64)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

Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:
  • gpheats - Heat results of Speedway Grand-Prix
  • gpsquads - Turnament results of Speedway Grand-Prix

On CRAN:

cpp

5.76 score 24 stars 24 scripts 214 downloads 4 exports 30 dependencies

Last updated 5 years agofrom:59d4d0c57b. Checks:1 OK, 10 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 07 2025
R-4.5-win-x86_64NOTEFeb 07 2025
R-4.5-mac-x86_64NOTEFeb 07 2025
R-4.5-mac-aarch64NOTEFeb 07 2025
R-4.5-linux-x86_64NOTEFeb 07 2025
R-4.4-win-x86_64NOTEFeb 07 2025
R-4.4-mac-x86_64NOTEFeb 07 2025
R-4.4-mac-aarch64NOTEFeb 07 2025
R-4.3-win-x86_64NOTEFeb 07 2025
R-4.3-mac-x86_64NOTEFeb 07 2025
R-4.3-mac-aarch64NOTEFeb 07 2025

Exports:bbt_rundbl_runglicko_runglicko2_run

Dependencies:clicolorspacedata.tablefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerRcpprlangscalestibbleutf8vctrsviridisLitewithr

sport an R package for online update algorithms

Rendered fromsport_in_r.Rmdusingknitr::rmarkdownon Feb 07 2025.

Last update: 2020-01-07
Started: 2018-09-10

The theory of the online update algorithms

Rendered fromthe_theory.Rmdusingknitr::rmarkdownon Feb 07 2025.

Last update: 2020-01-03
Started: 2020-01-01