Package: ADMM 0.3.4
ADMM: Algorithms using Alternating Direction Method of Multipliers
Provides algorithms to solve popular optimization problems in statistics such as regression or denoising based on Alternating Direction Method of Multipliers (ADMM). See Boyd et al (2010) <doi:10.1561/2200000016> for complete introduction to the method.
Authors:
ADMM_0.3.4.tar.gz
ADMM_0.3.4.zip(r-4.7)ADMM_0.3.4.zip(r-4.6)ADMM_0.3.4.zip(r-4.5)
ADMM_0.3.4.tgz(r-4.6-x86_64)ADMM_0.3.4.tgz(r-4.6-arm64)ADMM_0.3.4.tgz(r-4.5-x86_64)ADMM_0.3.4.tgz(r-4.5-arm64)
ADMM_0.3.4.tar.gz(r-4.7-arm64)ADMM_0.3.4.tar.gz(r-4.7-x86_64)ADMM_0.3.4.tar.gz(r-4.6-arm64)ADMM_0.3.4.tar.gz(r-4.6-x86_64)
ADMM_0.3.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ADMM/json (API)
NEWS
| # Install 'ADMM' in R: |
| install.packages('ADMM', repos = c('https://kisungyou.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kisungyou/admm/issues
Last updated from:bfcfaa4480. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 153 | ||
| linux-devel-x86_64 | OK | 142 | ||
| source / vignettes | OK | 197 | ||
| linux-release-arm64 | OK | 140 | ||
| linux-release-x86_64 | OK | 139 | ||
| macos-release-arm64 | OK | 109 | ||
| macos-release-x86_64 | OK | 221 | ||
| macos-oldrel-arm64 | OK | 147 | ||
| macos-oldrel-x86_64 | OK | 396 | ||
| windows-devel | OK | 265 | ||
| windows-release | OK | 177 | ||
| windows-oldrel | OK | 133 | ||
| wasm-release | OK | 143 |
Exports:admm.bpadmm.enetadmm.genlassoadmm.ladadmm.lassoadmm.rpcaadmm.sdpadmm.spcaadmm.tv
Dependencies:codetoolsdoParallelforeachiteratorslatticeMatrixrbibutilsRcppRcppArmadilloRdpack
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Basis Pursuit | admm.bp |
| Elastic Net Regularization | admm.enet |
| Generalized LASSO | admm.genlasso |
| Least Absolute Deviations | admm.lad |
| Least Absolute Shrinkage and Selection Operator | admm.lasso |
| Robust Principal Component Analysis | admm.rpca |
| Semidefinite Programming | admm.sdp |
| Sparse PCA | admm.spca |
| Total Variation Minimization | admm.tv |
