Description Usage Arguments Details Author(s) References Examples
View source: R/Rfun_keenersk.R
Calculate ratings and provide rankings using Keener's method applying a nonlinear skweing function, without using Laplace's Rule of Succession, and using Laplace's Rule of Succession
1 2 3 4 5 6 | keenersk(
jpMat,
method = "keenersk",
irreducibility = 0.01,
ties.method = "average"
)
|
jpMat |
a Judge-Presenter matrix, or a User-Movie matrix |
method |
a character string specifying Keener's method applying a nonlinear skweing function, including "keenersk", "keenerskwolrs" |
irreducibility |
a non-negative parameter, which is the ratio of the value of each element in the pertubation matrix to the average value in the normalized proportaion matrix. |
ties.method |
a character string specifying how ties are treated, including "average", "first", "last", "random", "max", "min", from base::rank |
keenersk
: Keener's method with Laplace's Rule of Succession, applying a nonlinear skweing function
keenerskwolrs
: Keener's method without Laplace's Rule of Succession, applying a nonlinear skweing function
Jiangtao Gou
Gou, J. and Wu, S. (2020). A Judging System for Project Showcase: Rating and Ranking with Incomplete Information. Technical Report.
Keener, J. P. (1993). The Perron-Frobenius theorem and the ranking of football teams. SIAM Review 35, 80-93.
Langville, A. N. and Meyer, C. D. (2012). Who's Number 1?: The Science of Rating and Ranking. Princeton University Press.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.