poetEst | R Documentation |
poetEst()
implements the Principal Orthogonal complEment
Thresholding (POET) estimator, a nonparametric, unobserved-factor-based
estimator of the covariance matrix \insertCitefan2013cvCovEst. The
estimator is defined as the sum of the sample covariance matrix'
rank-k
approximation and its post-thresholding principal orthogonal
complement. The hard thresholding function is used here, though others
could be used instead.
poetEst(dat, k, lambda)
dat |
A numeric |
k |
An |
lambda |
A non-negative |
A matrix
corresponding to the estimate of the covariance
matrix.
poetEst(dat = mtcars, k = 2L, lambda = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.