Package: huge 1.3.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 or the graphical lasso, and both methods 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.3.6.tar.gz
huge_1.3.6.zip(r-4.5)huge_1.3.6.zip(r-4.4)huge_1.3.6.zip(r-4.3)
huge_1.3.6.tgz(r-4.4-x86_64)huge_1.3.6.tgz(r-4.4-arm64)huge_1.3.6.tgz(r-4.3-x86_64)huge_1.3.6.tgz(r-4.3-arm64)
huge_1.3.6.tar.gz(r-4.5-noble)huge_1.3.6.tar.gz(r-4.4-noble)
huge_1.3.6.tgz(r-4.4-emscripten)huge_1.3.6.tgz(r-4.3-emscripten)
huge.pdf |huge.html✨
huge/json (API)
# Install 'huge' in R: |
install.packages('huge', repos = c('https://hmjianggatech.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hmjianggatech/huge/issues
- stockdata - Stock price of S&P 500 companies from 2003 to 2008
Last updated 3 years agofrom:0410be3af7. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win-x86_64 | NOTE | Nov 05 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 05 2024 |
R-4.4-win-x86_64 | NOTE | Nov 05 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 05 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 05 2024 |
R-4.3-win-x86_64 | NOTE | Nov 05 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 05 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 05 2024 |
Exports:hugehuge.cthuge.generatorhuge.glassohuge.inferencehuge.mbhuge.npnhuge.plothuge.rochuge.selecthuge.tiger
Dependencies:clicpp11glueigraphlatticelifecyclemagrittrMASSMatrixpkgconfigRcppRcppEigenrlangvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
High-Dimensional Undirected Graph Estimation | huge-package _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 |