thresholdingEst | R Documentation |
thresholdingEst()
computes the hard thresholding estimate
of the covariance matrix for a given value of gamma
. The threshold
estimator of the covariance matrix applies a hard thresholding operator to
each element of the sample covariance matrix. For more information on this
estimator, review \insertCiteBickel2008_thresh;textualcvCovEst.
thresholdingEst(dat, gamma)
dat |
A numeric |
gamma |
A non-negative |
A matrix
corresponding to the estimate of the covariance
matrix.
thresholdingEst(dat = mtcars, gamma = 0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.