sigma_estim_bs: Bayes-Stein Covariance Estimation

Description Usage Arguments Details Value References Examples

View source: R/cov-estim-simple.R

Description

Computes the Bayes-Stein estimator of the covariance matrix.

Usage

1

Arguments

data

an nxp data matrix.

Details

The Bayes-Stein estimator of the covariance matrix is computed according to \insertCitejorion1986bayes;textualCovEstim.

Value

a list with the following entries

References

\insertAllCited

Examples

1
2
3
data(sp200)
sp_rets <- sp200[,-1]
sigma_bs <- sigma_estim_bs(sp_rets)[[1]]

antshi/CovEstim documentation built on Nov. 13, 2020, 2:25 p.m.