adaptiveLassoEst | R Documentation |
adaptiveLassoEst()
applied the adaptive LASSO to the
entries of the sample covariance matrix. The thresholding function is
inspired by the penalized regression introduced by
\insertCitezou2006;textualcvCovEst. The thresholding function assigns
a weight to each entry of the sample covariance matrix based on its
initial value. This weight then determines the relative size of the penalty
resulting in larger values being penalized less and reducing bias
\insertCiterothman2009cvCovEst.
adaptiveLassoEst(dat, lambda, n)
dat |
A numeric |
lambda |
A non-negative |
n |
A non-negative |
A matrix
corresponding to the estimate of the covariance
matrix.
adaptiveLassoEst(dat = mtcars, lambda = 0.9, n = 0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.