Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 5 KB

README.md

File metadata and controls

63 lines (34 loc) · 5 KB

ConstrainedLasso

Documentation Build Status Code Coverage
Latest Travis Appveyor Coverage Status codecov.io

ConstrainedLasso.jl implements algorithms for fitting the constrained lasso problem

where is the response vector, is the design matrix of predictor or covariates, is the vector of unknown regression coefficients, and is a tuning parameter that controls the amount of regularization.

Installation

Within Julia, use the package manager to install ConstrainedLasso:

Pkg.clone("git://github.com/Hua-Zhou/ConstrainedLasso.jl.git")

This package supports Julia v0.6.

Documentation

Latest

Citation

The original method paper on the constrained lasso is

James, G. M., Paulson, C. and Rusmevichientong, P. (2013). "Penalized and constrained regression," mimeo, Marshall School of Business, University of Southern California. http://www-bcf.usc.edu/~gareth/research/PAC.pdf

If you use ConstrainedLasso package in your research, please cite the following paper on the algorithms:

Gaines, B., Kim, J. and Zhou, H. (2018). “Algorithms for Fitting the Constrained Lasso,” under revision.