soft.thresholding: Soft-Thresholding Opreator on Covariance Matrix

Description Usage Arguments Value References Examples

View source: R/soft.thresholding.R

Description

Apply soft-thresholding operator on a covariance matrix with a soft-thresholding parameter.

Usage

1
soft.thresholding(sigma, threshold = 0.5)

Arguments

sigma

a covariance matrix

threshold

soft-thresholding parameter

Value

a regularized covariance matrix after soft-thresholding operation

References

"High-Dimensional Covariance Estimation" by Mohsen Pourahmadi

Examples

1
2
3
data(m.excess.c10sp9003)
cov.SAM <- cov(m.excess.c10sp9003)
soft.thresholding(cov.SAM, threshold = 0.001)

yanyachen/FinCovRegularization documentation built on May 4, 2019, 2:30 p.m.