gif: Graphical Independence Filtering

Provides a method of recovering the precision matrix for Gaussian graphical models efficiently. Our approach could be divided into three categories. First of all, we use Hard Graphical Thresholding for best subset selection problem of Gaussian graphical model, and the core concept of this method was proposed by Luo et al. (2014) <arXiv:1407.7819>. Secondly, a closed form solution for graphical lasso under acyclic graph structure is implemented in our package (Fattahi and Sojoudi (2019) <https://jmlr.org/papers/v20/17-501.html>). Furthermore, we implement block coordinate descent algorithm to efficiently solve the covariance selection problem (Dempster (1972) <doi:10.2307/2528966>). Our package is computationally efficient and can solve ultra-high-dimensional problems, e.g. p > 10,000, in a few minutes.

Version: 0.1.1
Depends: R (≥ 3.2)
Imports: Rcpp (≥ 0.12.15), MASS, Matrix
LinkingTo: Rcpp, RcppEigen
Suggests: testthat, knitr, rmarkdown
Published: 2024-01-12
Author: Shiyun Lin [aut, cre], Jin Zhu [aut], Junxian Zhu [aut], Xueqin Wang [aut], SC2S2 [cph]
Maintainer: Shiyun Lin <linshy27 at mail2.sysu.edu.cn>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: gif results

Documentation:

Reference manual: gif.pdf
Vignettes: gif: Graphical Independence Filtering for Learning Large-Scale Sparse Graphical Models

Downloads:

Package source: gif_0.1.1.tar.gz
Windows binaries: r-devel: gif_0.1.1.zip, r-release: gif_0.1.1.zip, r-oldrel: gif_0.1.1.zip
macOS binaries: r-release (arm64): gif_0.1.1.tgz, r-oldrel (arm64): gif_0.1.1.tgz, r-release (x86_64): gif_0.1.1.tgz
Old sources: gif archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=gif to link to this page.