cov_estim_sh: Stein-Haff Covariance Estimation

View source: R/cov_estim_sh.R

cov_estim_shR Documentation

Stein-Haff Covariance Estimation

Description

Computes the Stein-Haff (SH) estimator of the covariance matrix.

Usage

cov_estim_sh(data)

Arguments

data

an nxp data matrix.

Details

The estimation procedure follows \insertCitestein1975estimation;textualcovestim and \insertCitehaff1991variational;textualcovestim. Originally found under \insertCitestcovpackage;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_sh <- cov_estim_sh(rets_m)[[1]]


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