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 |
---|---|
(package private) class |
DenseWeightedEvaluation
Applies a dense weight matrix to an evaluation.
|
private static class |
LeastSquaresFactory.LocalLeastSquaresProblem.LazyUnweightedEvaluation
Container with the model lazy evaluation at a particular point.
|
private static class |
LeastSquaresFactory.LocalLeastSquaresProblem.UnweightedEvaluation
Container with the model evaluation at a particular point.
|