eta: Coverage Probability
Description
Calculate the coverage probabilityUsage
eta(p, m, r, method = c("binomial", "poisson", "exact"))
Arguments
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.
Value
The coverage probability is returned.
Details
``exact'' method needs gmp pakage and is slow for large p
.
Examples
eta(1000, 32, 100)