Package | Description |
---|---|
org.apache.commons.math3.fitting |
Classes to perform curve fitting.
|
org.apache.commons.math3.fitting.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 © 2003–2016 The Apache Software Foundation. All rights reserved.