Uses of Interface
org.apache.commons.math3.fitting.leastsquares.LeastSquaresOptimizer
Packages that use LeastSquaresOptimizer
Package
Description
Classes to perform curve fitting.
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of LeastSquaresOptimizer in org.apache.commons.math3.fitting
Methods in org.apache.commons.math3.fitting that return LeastSquaresOptimizerModifier and TypeMethodDescriptionprotected LeastSquaresOptimizer
AbstractCurveFitter.getOptimizer()
Creates an optimizer set up to fit the appropriate curve. -
Uses of LeastSquaresOptimizer in org.apache.commons.math3.fitting.leastsquares
Classes in org.apache.commons.math3.fitting.leastsquares that implement LeastSquaresOptimizerModifier and TypeClassDescriptionclass
Gauss-Newton least-squares solver.class
This class solves a least-squares problem using the Levenberg-Marquardt algorithm.