-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·47 lines (47 loc) · 1.66 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: sport
Type: Package
Title: Sequential Pairwise Online Rating Techniques
Version: 0.2.0
Depends: R (>= 3.0)
Authors@R: person("Dawid",
"Kałędkowski",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9533-457X"),
role = c("aut", "cre"))
Maintainer: Dawid Kałędkowski <[email protected]>
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)
<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>.
BugReports: https://github.com/gogonzo/sport/issues
Imports:
Rcpp,
data.table,
ggplot2
LinkingTo: Rcpp
License: GPL-2
Encoding: UTF-8
Language: en-US
URL: https://github.com/gogonzo/sport
LazyData: true
RoxygenNote: 7.0.2
Suggests:
dplyr,
knitr,
lobstr,
magrittr,
pkgdown,
rmarkdown,
spelling,
testthat
VignetteBuilder: knitr