Uses of Package
org.apache.commons.math3.fitting.leastsquares
Packages that use org.apache.commons.math3.fitting.leastsquares
Package
Description
Classes to perform curve fitting.
This package provides algorithms that minimize the residuals
between observations and model values.
-
Classes in org.apache.commons.math3.fitting.leastsquares used by org.apache.commons.math3.fittingClassDescriptionAn algorithm that can be applied to a non-linear least squares problem.The data necessary to define a non-linear least squares problem.
-
Classes in org.apache.commons.math3.fitting.leastsquares used by org.apache.commons.math3.fitting.leastsquaresClassDescriptionAn implementation of
LeastSquaresProblem.Evaluation
that is designed for extension.Gauss-Newton least-squares solver.The decomposition algorithm to use to solve the normal equations.A mutable builder forLeastSquaresProblem
s.An algorithm that can be applied to a non-linear least squares problem.The optimum found by the optimizer.The data necessary to define a non-linear least squares problem.An evaluation of aLeastSquaresProblem
at a particular point.This class solves a least-squares problem using the Levenberg-Marquardt algorithm.Holds internal data.A interface for functions that compute a vector of values and can compute their derivatives (Jacobian).Interface for validating a set of model parameters.A interface for functions that compute a vector of values and can compute their derivatives (Jacobian).