View source: R/03_IFE_algorithm_functions.R
prepare_for_robpca | R Documentation |
It contains options to use the classical or robust covmatrix or no covariance matrix at all.
prepare_for_robpca(object, NN, TT, option = 3)
object |
this is the object of which we may take the covariance matrix and then to perform robust PCA on |
NN |
N |
TT |
T |
option |
1 (robust covmatrix), 2 (classical covmatrix), 3 (no covmatrix) |
matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.