Description Usage Arguments Details Value Examples
Estimating covariance matrix using Empirical Bayes
1 2 3 |
X |
a matrix of size n * p, where n is the number of observations and p is the number of variables |
estpi0 |
logical; if TRUE, the NPMLE is estimated based on the estimation of pi0, which in this case can be used to detect sparsity or assume sparsity. |
order |
the level of binning to use when the number of observations passed to the computation is greater than 5000. |
verbose |
logical; If TRUE, the intermediate results will be shown. |
force.nonbin |
logical; If TRUE, no binning is performce by force. |
The function covestEB
performs covariance matrix estimation using
Fisher transformation, while the function covestEB.cor
performs
covariance estimation directly on sample correlation coefficients using
one-parameter normal approximation.
Covariance matrix estimation using Fisher transformation supports estimation sparsity as well as large-scale computation, while estimation on the original scale supports neither and it is for comparison only. It is recommended to perform estimation on Fisher-transformed sample correlation coefficients.
a list. a covariance matrix estimate of size p * p is given in mat, whether correction is done is given in correction, and the method for computing the density of sample correlation coefficients is given in method.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.