eta {rknn} | R Documentation |
Calculate the coverage probability
eta(p, m, r, method = c("binomial", "poisson", "exact"))
p |
Total number of available features. |
m |
Number of features to be drawn by each KNN. |
r |
Number of KNN to be generated. |
method |
Either binomial approximation, poisson approximaton or exact method. |
“exact” method needs gmp pakage and is slow for large p
.
The coverage probability is returned.
Shengqiao Li<lishengqiao@yahoo.com>
eta(1000, 32, 100)