No BSD License  

Highlights from
LARS algorithm

from LARS algorithm by Sung Soo Kim
Pure vanilla implementation of LARS algorithm.

lars_init()
function lars_init()

global RESOLUTION_OF_LARS;
global REGULARIZATION_FACTOR;
RESOLUTION_OF_LARS = 1e-12;
REGULARIZATION_FACTOR = 1e-11;
% RESOLUTION_OF_LARS = 1e-10;
% REGULARIZATION_FACTOR = 1e-9;
end

Contact us at files@mathworks.com