pySPFM._solvers.lars

pySPFM._solvers.lars#

Least Angle Regression (LARS) method for deconvolution.

Functions

select_optimal_lambda(residuals, ...[, ...])

Select optimal lambda based on the model selection criterion (BIC and AIC).

solve_regularization_path(x, y, n_lambdas[, ...])

Solve the regularization path with the LARS algorithm.