Description Usage Arguments Details Value References Examples
View source: R/cov-estim-ridge.R
Computes the covariance matrix estimator with ridge-penalty.
1 | sigma_estim_ridge(data, rho)
|
data |
an nxp data matrix. |
rho |
a double, indicating the ridge penalty. |
The ridge-penalized covariance matrix for a data matrix X is computed with the following formula:
\hat{Σ}=V≤ft(ρ C+(1-ρ)I\right)V,
where V is the sample volatility matrix, I is a pxp identity matrix, C is the sample correlation matrix and ρ is the user-sapplied ridge penalty parameter.
a list with the following entries
a pxp estimated covariance matrix.
an estimation specific tuning parameter, here the user-supplied ridge penalty ρ.
warton2008penalizedCovEstim
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.