Description Usage Arguments Value Author(s) References Examples
Initialization method for probabilities
1 | init.p(topK, n, k, init.m = "p", init.w = 0)
|
topK |
A list of input lists, with items coded from 1 to |
n |
Total number of items |
k |
Length of target list |
init.m |
Initialization method, "p" point mass, "s" smooth, "cp" point mass using composite ranks, "cs" smooth using composite ranks |
init.w |
initialization weight |
A probability matrix
Jie Ding <jding@jimmy.harvard.edu>
Lin, S., Ding, J. (2009) Integration of Ranked Lists via Cross Entropy Monte Carlo with Applications to mRNA and microRNA Studies. Biometrics 65, 9-18.
1 2 3 4 5 6 7 8 9 10 |
[,1] [,2] [,3] [,4] [,5] [,6]
[1,] 0.1 0.1 0.1 0.1 0.1 0.5
[2,] 0.1 0.1 0.1 0.1 0.1 0.5
[3,] 0.1 0.1 0.1 0.1 0.1 0.5
[4,] 0.1 0.1 0.1 0.1 0.1 0.5
[5,] 0.1 0.1 0.1 0.1 0.1 0.5
[6,] 0.1 0.1 0.1 0.1 0.1 0.5
[7,] 0.1 0.1 0.1 0.1 0.1 0.5
[8,] 0.1 0.1 0.1 0.1 0.1 0.5
[9,] 0.1 0.1 0.1 0.1 0.1 0.5
[10,] 0.1 0.1 0.1 0.1 0.1 0.5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.