The position of the non-zero off-diagonal entries of Omega in the upper-triangular part.
Arguments
x
There are 2 options: (1) x is an \(n\) by \(p\) data matrix; (2) a \(p\) by \(p\) sample covariance matrix. The program automatically identifies the input matrix by checking the symmetry. (\(n\) is the sample size and \(p\) is the dimension.)
size
A non-negative integer for determining the model size, i.e., the number of non-zero off-diagonal entries in the upper-triangular precision matrix,
which is also the number of edges in the graph. size must range from 0 to \((p^2 - p) / 2\).
active.entry
Pre-determined non-zero off-diagonal entries positions of the precision matrix. Default: active.entry = NULL.
bcd.opt
A list of options that control details of the block coordinate descent algorithm.
Details
Hard Graphical Thresholding (HGT) algorithm proceeds by thresholding the sample correlation matrix and
estimating the inverse covariance matrix with block coordinate descent algorithm.
HGT algorithm could recover the inverse covariance matrix given model size or given active entries.
When active entries are given directly, model fitting is the so-called covariance selection.
References
Luo, Shikai, Rui Song, and Daniela Witten (2014). Sure Screening for Gaussian Graphical Models. arXiv preprint arXiv:1407.7819. URL https://arxiv.org/abs/1407.7819.