Skip to content

Commit

Permalink
fix doi
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Jan 8, 2024
1 parent ee514bc commit 3ef1d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Description: Calculates ratings for two-player or
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>;
Ruby C. Weng, Chih-Jen Lin (2011) <doi:10.2307/270983>;
W. Penny, Stephen J. Roberts (1999) <doi:10.1109/IJCNN.1999.832603>.
BugReports: https://github.com/gogonzo/sport/issues
Imports:
Expand Down
2 changes: 1 addition & 1 deletion vignettes/the_theory.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ print(model$final_r)
```

For more details read
[Ruby C. Weng and Chih-Jen Lin (2011)](https://jmlr.csail.mit.edu/papers/volume12/weng11a/weng11a.pdf)
[Ruby C. Weng and Chih-Jen Lin (2011)](https://doi.org/10.2307/270983)

## Dynamic Bayesian Logit
Following algorithm gives some advantages over mentioned rating systems, allowing
Expand Down

0 comments on commit 3ef1d62

Please sign in to comment.