fdp_hat {TRexSelector} | R Documentation |
Computes the conservative FDP estimate of the T-Rex selector (doi:10.48550/arXiv.2110.06048)
Description
Computes the conservative FDP estimate of the T-Rex selector (doi:10.48550/arXiv.2110.06048)
Usage
fdp_hat(V, Phi, Phi_prime, eps = .Machine$double.eps)
Arguments
V |
Voting level grid. |
Phi |
Vector of relative occurrences. |
Phi_prime |
Vector of deflated relative occurrences. |
eps |
Numerical zero. |
Value
Vector of conservative FDP estimates for each value of the voting level grid.
[Package TRexSelector version 1.0.0 Index]