Description Usage Arguments Value Examples
View source: R/quantileMarchenkoPastur.R
Compute the q quantile for Marchenko Pastur Distribution with n and p
1 | marchenko_pastur_quantile(q, n, p, step_size = 1e-04)
|
q |
quantile to be chosen |
n |
number of samples to be considered |
p |
dimension of the covariance matrix |
step_size |
step length to do numerical integration |
Quantile location
1 | out = marchenko_pastur_quantile(0.2, 50, 500)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.