Description Usage Arguments Value References Examples
The linear shrinkage estimator of the population covariance matrix is computed by shrinking the sample covariance matrix towards the identity matrix based on a shrinkage factor. Note that the eigenvalues of the population covariance matrix estimate are not the same as the linear shrinkage estimates of population eigenvalues. Details in referenced publication.
1 | linshrink_cov(X, k = 0)
|
X |
A data matrix. |
k |
(Optional) Non-negative integer less than |
Population covariance matrix estimate. A square positive
semi-definite matrix of dimension ncol(X)
.
Ledoit, O. and Wolf, M. (2004). A well-conditioned estimator for large-dimensional covariance matrices. Journal of Multivariate Analysis, 88(2)
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.