Simulate Effect of Sample Size on Projection Pursuit Index Under Gaussian Noise
ppi_samplesize_effect.Rd
For a given index function, simulates how the index behaves across a range of sample sizes when applied to pairs of standard normal noise.
Value
A tibble with:
sample_size
: sample size used for each simulation blockpercentile95
: 95th percentile of the index values over simulations
Examples
ppi_samplesize_effect(scag_index("stringy"), n_sim =1)
#> # A tibble: 125 × 2
#> sample_size percentile95
#> <dbl> <dbl>
#> 1 30 0.818
#> 2 35 0.667
#> 3 40 0.654
#> 4 45 0.688
#> 5 50 0.567
#> 6 55 0.780
#> 7 60 0.75
#> 8 65 0.708
#> 9 70 0.706
#> 10 75 0.782
#> # ℹ 115 more rows