Learn R Programming

⚠️There's a newer version (0.2.1) of this package.Take me there.

sport (version 0.1.1)

Sequential Pairwise Online Rating Techniques

Description

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) ; Mark E. Glickman (2001) ; Ruby C. Weng, Chih-Jen Lin (2011) ; W. Penny, Stephen J. Roberts (1999) .

Copy Link

Version

Install

install.packages('sport')

Monthly Downloads

195

Version

0.1.1

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Dawid Ka<c5><82><c4><99>dkowski

Last Published

September 11th, 2018

Functions in sport (0.1.1)

gpheats

Heat results of Speedway Grand-Prix
bbt_run

BBT rating algorithm
gpsquads

Turnament results of Speedway Grand-Prix
dbl_run

DBL rating algorithm
glicko2_run

Glicko2 rating algorithm
glicko_run

Glicko rating algorithm
summary.rating

Summarizing rating objects
plot.rating

Plot rating object
predict.rating

Predict rating model