Uses of Package
org.hipparchus.optim.nonlinear.vector.leastsquares
Package
Description
Classes to perform curve fitting.
This package provides algorithms that minimize the residuals
between observations and model values.
-
ClassDescriptionAn algorithm that can be applied to a non-linear least squares problem.The data necessary to define a non-linear least squares problem.
-
ClassDescriptionGauss-Newton least-squares solver.A mutable builder for
LeastSquaresProblem
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.A interface for functions that compute a vector of values and can compute their derivatives (Jacobian).Interface for validating a set of model parameters.Sequential Gauss-Newton least-squares solver.