Uses of Class
dev.nm.stat.regression.linear.lasso.lars.LARSProblem
-
Packages that use LARSProblem Package Description dev.nm.stat.regression.linear.lasso.lars -
-
Uses of LARSProblem in dev.nm.stat.regression.linear.lasso.lars
Constructors in dev.nm.stat.regression.linear.lasso.lars with parameters of type LARSProblem Constructor Description LARSFitting(LARSProblem problem)
Estimates the entire LARS sequence of coefficients with the default epsilon and maximum number of steps.LARSFitting(LARSProblem problem, double epsilon, int maxIterations)
Estimates the entire LARS sequence of coefficients and fits, starting from zero to the OLS fit.LARSFitting(LARSProblem problem, int maxIterations)
Estimates the entire LARS sequence of coefficients with the default epsilon.LARSProblem(LARSProblem that)
Copy constructor.
-