Package | Description |
---|---|
org.hipparchus.optim.nonlinear.vector.leastsquares |
This package provides algorithms that minimize the residuals
between observations and model values.
|
Modifier and Type | Method | Description |
---|---|---|
LeastSquaresOptimizer.Optimum |
GaussNewtonOptimizer.optimize(LeastSquaresProblem lsp) |
Solve the non-linear least squares problem.
|
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.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.