Skip to main content
. Author manuscript; available in PMC: 2017 Mar 21.
Published in final edited form as: J Mach Learn Res. 2015 Mar;16:553–557.

Table 1.

All regression methods provided in the flare package. X ∈ ℝn×d denotes the design matrix, and y ∈ ℝn denotes the response vector. “L.P.” denotes the general linear programming solver, and “S.O.C.P” denotes the second-order cone programming solver.

Method Loss function A r Existing solver
LAD Lasso
Lλ(α)=1nλα1
X y L.P.
SQRT Lasso
Lλ(α)=1nλα2
X y S.O.C.P.
q Lasso
Lλ(α)=1nqλαq
X y None
Dantzig selector
Lλ(α)={ifα>λ0otherwise
1nXTX
1nXTy
L.P.