View source: R/estimate_rank_ladle.R
estimate_rank_ladle | R Documentation |
All credit to Luo, W. and Li, B. (2016), Combining Eigenvalues and Variation of Eigenvectors for Order Determination, Biometrika, 103, 875–887. <doi:10.1093/biomet/asw051>
estimate_rank_ladle(x)
x |
A numeric real-valued matrix with n number of samples and p number of features (n > p). |
Returns a list with entries:
fn0 is the bootstrap eigenvector variability.
fn is the renormalized fn0.
lam is the sample eigenvalues.
phin is the renormalized and shifted sample eigenvalues.
gn is the objective function ("y" in ladle plot).
d is the ladle estimator.
x <- x_sim(n = 100, p = 150, ncc = 10, var = c(rep(10, 5), rep(1, 5))) x %>% estimate_rank_ladle()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.