| Package | Description | 
|---|---|
| org.hipparchus.fitting | 
 Classes to perform curve fitting. 
 | 
| org.hipparchus.optim.nonlinear.vector.leastsquares | 
 This package provides algorithms that minimize the residuals
 between observations and model values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected LeastSquaresOptimizer | 
AbstractCurveFitter.getOptimizer()
Creates an optimizer set up to fit the appropriate curve. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GaussNewtonOptimizer
Gauss-Newton least-squares solver. 
 | 
class  | 
LevenbergMarquardtOptimizer
This class solves a least-squares problem using the Levenberg-Marquardt
 algorithm. 
 | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.