cov_estim_sh | R Documentation |
Computes the Stein-Haff (SH) estimator of the covariance matrix.
cov_estim_sh(data)
data |
an nxp data matrix. |
The estimation procedure follows \insertCitestein1975estimation;textualcovestim and \insertCitehaff1991variational;textualcovestim. Originally found under \insertCitestcovpackage;textualcovestim.
a list with the following entries
a pxp estimated covariance matrix.
an estimation specific tuning parameter, here an NA.
data(rets_m)
sigma_sh <- cov_estim_sh(rets_m)[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.