Estimates a penalized precision matrix via the alternating direction method of multipliers (ADMM) algorithm. It currently supports a general elastic-net penalty that allows for both ridge and lasso-type penalties as special cases. This package is an alternative to the 'glasso' package. See Boyd et al (2010) <doi:10.1561/2200000016> for details regarding the estimation method.
Version: | 1.0 |
Depends: | Rcpp (≥ 0.12.10), doParallel |
Imports: | stats, parallel, foreach, ggplot2 |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | testthat |
Published: | 2018-04-03 |
Author: | Matt Galloway [aut, cre] |
Maintainer: | Matt Galloway <gall0441 at umn.edu> |
BugReports: | https://github.com/MGallow/ADMMsigma/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/MGallow/ADMMsigma |
NeedsCompilation: | yes |
SystemRequirements: | GNU make |
CRAN checks: | ADMMsigma results |
Reference manual: | ADMMsigma.pdf |
Package source: | ADMMsigma_1.0.tar.gz |
Windows binaries: | r-devel: ADMMsigma_1.0.zip, r-release: ADMMsigma_1.0.zip, r-oldrel: ADMMsigma_1.0.zip |
OS X binaries: | r-release: ADMMsigma_1.0.tgz, r-oldrel: ADMMsigma_1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=ADMMsigma to link to this page.