PRTools contents

PRTools manual

lassor

LASSOR

LASSO regression

     W = LASSOR(X,LAMBDA)

Input
 X Regression dataset
 LAMBDA Regularization parameter

Output
 W LASSO regression mapping

Description

The 'Least Absolute Shrinkage and Selection Operator' regression,  using the regularization parameter LAMBDA.

See also

ridger, linearr, plotr,

PRTools contents

PRTools manual