Description Usage Arguments Value
View source: R/decorrelation.R
empirical.cov.method uses an estimated covariance matrix to decorrelate a data. By
X_{decorr} = Σ_X^{-1/2}X
,
where \Sigma_X is estimated by a historical data (n >p
).
1 | empirical.cov.method(x, emp.sigma = NULL)
|
x |
A matrix for covariates |
emp.sigma |
A non-singular covariance matrix calculated from historical data |
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.