Uses of Class
com.imsl.stat.NonlinearRegression.TooManyIterationsException
Packages that use NonlinearRegression.TooManyIterationsException
-
Uses of NonlinearRegression.TooManyIterationsException in com.imsl.stat
Methods in com.imsl.stat that throw NonlinearRegression.TooManyIterationsExceptionModifier and TypeMethodDescriptiondouble[]NonlinearRegression.solve(NonlinearRegression.Function F) Solves the least squares problem and returns the regression coefficients.