Description Usage Arguments Value Examples
This function will estimate the noise level (alpha is the variation parameter) of a quantitative data set using the PCA model. The rank of the PCA model is selected using a missing value based cross validation procedure. The details of this function can be found in https://arxiv.org/abs/1902.06241.
1 | alpha_estimation(X, K = 3, Rs = 1:15, opts = list())
|
X |
a quantitative data set |
K |
K-fold cross validation |
Rs |
the searching range of the number of components |
opts |
a list contains the setting for the algorithm.
|
This function returns a list contains
alphas_mean: the mean of the K estimated alphas
alphas_std: the std of the K estimated alphas
R_CV: the number of PCs with minimum cross validation error
cvErrors: K-fold cross validation errors
1 | ## Not run: alpha_estimation(X,K=3,Rs = 1:15,opts=list())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.