eta {rknn}R Documentation

Coverage Probability

Description

Calculate the coverage probability

Usage

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.

Details

“exact” method needs gmp pakage and is slow for large p.

Value

The coverage probability is returned.

Author(s)

Shengqiao Li<lishengqiao@yahoo.com>

See Also

r

Examples

 eta(1000, 32, 100)

[Package rknn version 1.2-1 Index]