cov_estim_bs: Bayes-Stein Covariance Estimation

View source: R/cov_estim_bs.R

cov_estim_bsR Documentation

Bayes-Stein Covariance Estimation

Description

Computes the Bayes-Stein (BS) estimator of the covariance matrix.

Usage

cov_estim_bs(data)

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

  • a pxp estimated covariance matrix.

  • an estimation specific tuning parameter, here an NA.

References

\insertAllCited

Examples

data(rets_m)
sigma_bs <- cov_estim_bs(rets_m)[[1]]


antshi/CovEstim documentation built on June 10, 2025, 3:11 a.m.