Description Usage Arguments Details Value References Examples
View source: R/cov-estim-factor.R
Computes the Ledoit-Wolf linear shrinkage estimator of the covariance matrix towards the one-factor covariance matrix.
1 | sigma_estim_lwcc_sf(data, shrink_int = NULL, zeromean_log = FALSE)
|
data |
an nxp data matrix. |
shrink_int |
a double, indicating the shrinkage intensity. Default is the optimal shrinkage intensity as in \insertCiteledoit2003identity;textualCovEstim. |
zeromean_log |
a logical, indicating whether the data matrix has zero means (TRUE) or not (FALSE). Default value is FALSE. |
The Ledoit-Wolf linear shrinkage estimator of the covariance matrix towards the one-factor covariance matrix is calculated with the following formula:
\hat{Σ}= sΣ_{T} + (1-s)Σ,
where Σ is the sample covariance matrix, s is the user-supplied or optimal shrinkage intensity and Σ_{T} is the covariance matrix estimator, given by a one-factor model, where the factor is equal to the cross-sectional average of all the variables. This covariance estimator assumes a zero correlation and variances of one as the underlying covariance structure of the data. A corresponding MATLAB code for the estimator can be accessed under https://www.econ.uzh.ch/en/people/faculty/wolf/publications.html.
a list with the following entries
a pxp estimated covariance matrix.
an estimation specific tuning parameter, here the shrinkage intensity.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.