Package: huge 1.6
huge: High-Dimensional Undirected Graph Estimation
Provides a general framework for high-dimensional undirected graph estimation. It integrates data preprocessing, neighborhood screening, graph estimation, and model selection techniques into a pipeline. In preprocessing stage, the nonparanormal(npn) transformation is applied to help relax the normality assumption. In the graph estimation stage, the graph structure is estimated by Meinshausen-Buhlmann graph estimation, the graphical lasso, or the TIGER (tuning-insensitive graph estimation and regression) method, and the first two can be further accelerated by the lossy screening rule preselecting the neighborhood of each variable by correlation thresholding. We target on high-dimensional data analysis usually d >> n, and the computation is memory-optimized using the sparse matrix output. We also provide a computationally efficient approach, correlation thresholding graph estimation. Three regularization/thresholding parameter selection methods are included in this package: (1)stability approach for regularization selection (2) rotation information criterion (3) extended Bayesian information criterion which is only available for the graphical lasso.
Authors:
huge_1.6.tar.gz
huge_1.6.tar.gz(r-4.7-arm64)huge_1.6.tar.gz(r-4.7-x86_64)huge_1.6.tar.gz(r-4.6-arm64)huge_1.6.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
huge/json (API)
NEWS
| # Install 'huge' in R: |
| install.packages('huge', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gatech-flash/huge/issues
- stockdata - Stock price of S&P 500 companies from 2003 to 2008
Last updated from:3bff80f158. Checks:4 NOTE, 1 OK, 1 FAIL. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 146 | ||
| linux-devel-x86_64 | NOTE | 153 | ||
| source / vignettes | OK | 217 | ||
| linux-release-arm64 | NOTE | 148 | ||
| linux-release-x86_64 | NOTE | 153 | ||
| wasm-release | FAIL | 122 |
Exports:hugehuge.cthuge.generatorhuge.glassohuge.inferencehuge.mbhuge.npnhuge.plothuge.rochuge.selecthuge.tiger
Dependencies:clicpp11glueigraphlatticelifecyclemagrittrMASSMatrixpkgconfigRcpprlangvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| High-Dimensional Undirected Graph Estimation | huge-package |
| High-dimensional undirected graph estimation | huge |
| Graph estimation via correlation thresholding (ct) | huge.ct |
| Data generator | huge.generator |
| The graphical lasso (glasso) using sparse matrix output | huge.glasso |
| Graph inference | huge.inference |
| Meinshausen & Buhlmann graph estimation | huge.mb |
| Nonparanormal(npn) transformation | huge.npn |
| Graph visualization | huge.plot |
| Draw ROC Curve for a graph path | huge.roc |
| Model selection for high-dimensional undirected graph estimation | huge.select |
| Tuning-insensitive graph estimation | huge.tiger |
| Plot function for S3 class "huge" | plot.huge |
| Plot function for S3 class "roc" | plot.roc |
| Plot function for S3 class "select" | plot.select |
| Plot function for S3 class "sim" | plot.sim |
| Print function for S3 class "huge" | print.huge |
| Print function for S3 class "roc" | print.roc |
| Print function for S3 class "select" | print.select |
| Print function for S3 class "sim" | print.sim |
| Stock price of S&P 500 companies from 2003 to 2008 | stockdata |
