scadEst | R Documentation |
scadEst()
applies the SCAD thresholding function of
\insertCitefan2001;textualcvCovEst to each entry of the sample
covariance matrix. This penalized estimator constitutes a compromise
between hard and soft thresholding of the sample covariance matrix: it is
a linear interpolation between soft thresholding up to 2 * lambda
and hard thresholding after 3.7 * lambda
\insertCiterothman2009cvCovEst.
scadEst(dat, lambda)
dat |
A numeric |
lambda |
A non-negative |
A matrix
corresponding to the estimate of the covariance
matrix.
scadEst(dat = mtcars, lambda = 0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.