Description Usage Arguments Value References Examples
the function that computes sPCA_rSVD
1 2 |
x |
the input data matrix |
k |
the maximal number of PC's to seach for in the initial stage |
method |
threshold method used in the algorithm; If |
center |
if |
scale |
if |
l.search |
a list of length kmax which contains the search grids chosen by the user; default is NULL |
ls.min |
the smallest grid step when searching for the sparsity of each PC; default is 1 |
an object of class "sPCA_rSVD" is returned
loadings |
the sparse loading matrix estimated with sPCA_rSVD |
scores |
the estimated score matrix |
eigenvalues |
the estimated eigenvalues |
spca.it |
the list that contains the results of sPCA_rSVD when searching for the individual PCs |
ls |
the list that contains the final search grid for each PC direction |
Shen, H. and Huang, J. (2008), “Sparse principal component anlysis via regularized low rank matrix decomposition”, Journal of Multivariate Analysis, 99, 1015–1034.
Shen, D., Shen, H., and Marron, J. (2013). “Consistency of sparse PCA in high dimensional low sample size context”, Journal of Multivariate Analysis, 115, 315–333.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.