Description Usage Arguments Value
View source: R/decorrelation.R
GLASSO.method uses an estimated covariance matrix to decorrelate a data. By
$$X_{decorr} = Σ_X^{-1/2}X$$
,
where \Sigma_X is estimated by glasso
when n <p
.
1 | GLASSO.method(x, rho = 0.001, thr = 0.05)
|
x |
A numeric matrix |
rho |
(Non-negative) regularization parameter for lasso.
rho=0 means no regularization. See details in |
thr |
Threshold for convergence. See details in |
A list. uncorr.data
is the decorrelated covariates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.