fdp_hat: Computes the conservative FDP estimate of the T-Rex selector...

View source: R/fdp_hat.R

fdp_hatR Documentation

Computes the conservative FDP estimate of the T-Rex selector (\Sexpr[results=rd]{tools:::Rd_expr_doi("10.48550/arXiv.2110.06048")})

Description

Computes the conservative FDP estimate of the T-Rex selector (\Sexpr[results=rd]{tools:::Rd_expr_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.


TRexSelector documentation built on May 29, 2024, 2:57 a.m.