Data (simulation performance) from the trainig set to auto-tune epsilon.

data(fpr_test)

Format

A tibble.

Examples

data(fpr_test)
fpr_test
#> # A tibble: 360 × 4
#>    coverage purity epsilon_tolerance   FPR
#>       <dbl>  <dbl>             <dbl> <dbl>
#>  1       20   0.15              0.01 0.130
#>  2       20   0.15              0.02 0.331
#>  3       20   0.15              0.03 0.398
#>  4       20   0.15              0.04 0.480
#>  5       20   0.15              0.05 0.483
#>  6       20   0.15              0.06 0.520
#>  7       20   0.15              0.07 0.5  
#>  8       20   0.15              0.08 0.528
#>  9       20   0.15              0.09 0.525
#> 10       20   0.15              0.1  0.527
#> # ℹ 350 more rows