Package | Description |
---|---|
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 |
---|---|
LeastSquaresOptimizer.Optimum |
LeastSquaresOptimizer.optimize(LeastSquaresProblem leastSquaresProblem)
Solve the non-linear least squares problem.
|
LeastSquaresOptimizer.Optimum |
LevenbergMarquardtOptimizer.optimize(LeastSquaresProblem problem)
Solve the non-linear least squares problem.
|
LeastSquaresOptimizer.Optimum |
GaussNewtonOptimizer.optimize(LeastSquaresProblem lsp)
Solve the non-linear least squares problem.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.