Uses of Interface
org.apache.commons.math3.fitting.leastsquares.ValueAndJacobianFunction
-
Packages that use ValueAndJacobianFunction Package Description org.apache.commons.math3.fitting.leastsquares This package provides algorithms that minimize the residuals between observations and model values. -
-
Uses of ValueAndJacobianFunction in org.apache.commons.math3.fitting.leastsquares
Classes in org.apache.commons.math3.fitting.leastsquares that implement ValueAndJacobianFunction Modifier and Type Class Description private static class
LeastSquaresFactory.LocalValueAndJacobianFunction
Combine aMultivariateVectorFunction
with aMultivariateMatrixFunction
to produce aMultivariateJacobianFunction
.Fields in org.apache.commons.math3.fitting.leastsquares declared as ValueAndJacobianFunction Modifier and Type Field Description private ValueAndJacobianFunction
LeastSquaresFactory.LocalLeastSquaresProblem.LazyUnweightedEvaluation. model
Model and Jacobian functions.Constructors in org.apache.commons.math3.fitting.leastsquares with parameters of type ValueAndJacobianFunction Constructor Description LazyUnweightedEvaluation(ValueAndJacobianFunction model, RealVector target, RealVector point)
Create anLeastSquaresProblem.Evaluation
with no weights.
-