spikedOperatorShrinkEst | R Documentation |
spikedOperatorShrinkEst()
implements the asymptotically
optimal shrinkage estimator with respect to the operator loss in a spiked
covariance matrix model. Informally, this model admits Gaussian
data-generating processes whose covariance matrix is a scalar multiple of
the identity, save for a few number of large "spikes". A thorough review of
this estimator, or more generally spiked covariance matrix estimation, is
provided in \insertCitedonoho2018;textualcvCovEst.
spikedOperatorShrinkEst(dat, p_n_ratio, num_spikes = NULL, noise = NULL)
dat |
A numeric |
p_n_ratio |
A |
num_spikes |
A |
noise |
A |
A matrix
corresponding to the covariance matrix estimate.
spikedOperatorShrinkEst(dat = mtcars, p_n_ratio = 0.1, num_spikes = 2L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.