View source: R/perform_hypothesis_test.R
get.quantile.gupta.selection | R Documentation |
Generate the quantile used for the selection procedure in \insertCitegupta.1965argminCS by Monte Carlo estimation.
get.quantile.gupta.selection(p, alpha = 0.05, N = 1e+05)
p |
The number of dimensions in your data matrix. |
alpha |
The level of the upper quantile; defaults to 0.05 (95% percentile). |
N |
The number of Monte Carlo repetitions; defaults to 100000. |
A list containing:
critica.val | The 1 - alpha upper quantile. |
The quantile is pre-calculated for some common configurations of (p, alpha)
gupta.1965argminCS
\insertReffutschik.1995argminCS
get.quantile.gupta.selection(p=10)
get.quantile.gupta.selection(p=100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.