Skip to content

Commit

Permalink
fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Jan 8, 2024
1 parent 3ef1d62 commit b8db1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +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) <doi:10.2307/270983>;
Ruby C. Weng, Chih-Jen Lin (2011) <https://www.jmlr.org/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:
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://doi.org/10.2307/270983)
[Ruby C. Weng and Chih-Jen Lin (2011)](https://www.jmlr.org/papers/volume12/weng11a/weng11a.pdf)

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

0 comments on commit b8db1a4

Please sign in to comment.