Description Usage Arguments Details Value References Examples
Cross validated estimates of a sparse inverse covariance matrix using Sparse Column-wise Inverse Operator
1 |
X |
Input data of dimension samples (n) x variables (p). |
lambda.max |
Maximum lambda to start with in CV, which is decreased
by mutliplying |
alpha |
Scaling factor to decrease |
cv.maxit |
Maximum number of CV iterations. Default 1e2. |
... |
Other option parameters in |
This is a fast, nonparametric approach to estimate sparse inverse covariance matrices, with possibly really large dimensions. Details of this procedure are described in the reference.
This function does a simple cross validation based on likelihood.
A list with components:
w |
Estimated inverse covariance matrix |
lambda.cv |
CV selected lambda |
Weidong Liu and Xi Luo (2012). Fast and Adaptive Sparse Precision Matrix Estimation in High Dimensions. arXiv:1203.3896.
1 2 3 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.