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 LeastSquaresOptimizerAbstractCurveFitter.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 TypeClassDescriptionclassGauss-Newton least-squares solver.classThis class solves a least-squares problem using the Levenberg-Marquardt algorithm.