Input covariance matrix of size p by p (symmetric).
Omega
Estimated inverse covariance matrices. Can be a matrix of
size p by p from scio or a collection of matrices from
sciopath.
thr
Tolerance. Small entries in magnitude (<thr) in Omega
are treated as zeros when refitting the precision matrix with the same
support as the scio or sciopath outputs. Default 1e-4.
pkg
R packge to be used for refitting. Default QUIC.
...
Additional options passed on to QUIC, which is the
only likelihood solver called in the current release. More solvers
will be included in future releases.
Value
A list with one component:
w
Estimated inverse covariance matrix when a single
Omega matrix is supplied, or an array of matrices when a 3
dimensional array
of Omega is supplied.
Details
This implements the refitting procedure discussed in Cai, Liu, and Luo
(2011). The current version uses the QUIC solver for the
penalized likelihood criterion. More solvers will be added.
References
Weidong Liu and Xi Luo (2012). Fast and Adaptive Sparse Precision
Matrix Estimation in High Dimensions. arXiv:1203.3896.
Tony Cai, Weidong Liu, and Xi Luo (2011). A Constrained L1 Minimization Approach to Sparse Precision Matrix Estimation. Journal of the American Statistical Association, 106(494), 594-607.