The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

ADMM

CRAN status Travis build status

We provide implementation for a class of problems that use alternating direction method of multipliers (ADMM)-type algorithms.

Installation

You can install the released version of ADMM from CRAN with:

install.packages("ADMM")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("kyoustat/ADMM")

Available Functions

Currently, we support following classes of problems and functions. For more details, please see help pages of each function using help() function in your R session.

Function Description
admm.bp Basis Pursuit
admm.enet Elastic Net Regularization
admm.genlasso Generalized LASSO
admm.lad Least Absolute Deviations
admm.lasso Least Absolute Shrinkage and Selection Operator
admm.rpca Robust Principal Component Analysis
admm.sdp Semidefinite Programming
admm.spca Sparse Principal Component Analysis
admm.tv Total Variation Minimization

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.