| Package | Description |
|---|---|
| org.apache.commons.math3.fitting.leastsquares |
This package provides algorithms that minimize the residuals
between observations and model values.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
LeastSquaresFactory.LocalValueAndJacobianFunction
Combine a
MultivariateVectorFunction with a MultivariateMatrixFunction to produce a MultivariateJacobianFunction. |
| Modifier and Type | Field and Description |
|---|---|
private ValueAndJacobianFunction |
LeastSquaresFactory.LocalLeastSquaresProblem.LazyUnweightedEvaluation.model
Model and Jacobian functions.
|
| Constructor and Description |
|---|
LazyUnweightedEvaluation(ValueAndJacobianFunction model,
RealVector target,
RealVector point)
Create an
LeastSquaresProblem.Evaluation with no weights. |