lars variant for LSA.
lars.lsa(Sigma0, b0, intercept, n, type = c("lasso", "lar"),
eps = .Machine$double.eps, max.steps)
The parameter.
The intercept of the regression line.
The bool variable of whether consider the intercept situation
The number of data point.
Regression options, choose form "lasso" or "lar".
The converge threshold defined by the machine.
The maximum iteration times to stop.
object.