cov_estim_bs | R Documentation |
Computes the Bayes-Stein (BS) estimator of the covariance matrix.
cov_estim_bs(data)
data |
an nxp data matrix. |
The Bayes-Stein estimator of the covariance matrix is computed according to \insertCitejorion1986bayes;textualcovestim.
a list with the following entries
a pxp estimated covariance matrix.
an estimation specific tuning parameter, here an NA.
data(rets_m)
sigma_bs <- cov_estim_bs(rets_m)[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.