Uses of Class
com.imsl.math.BoundedLeastSquares.FalseConvergenceException
Packages that use BoundedLeastSquares.FalseConvergenceException
-
Uses of BoundedLeastSquares.FalseConvergenceException in com.imsl.math
Methods in com.imsl.math that throw BoundedLeastSquares.FalseConvergenceExceptionModifier and TypeMethodDescriptionfinal voidBoundedLeastSquares.solve()Solves a nonlinear least-squares problem subject to bounds on the variables using a modified Levenberg-Marquardt algorithm.