Uses of Interface
org.apache.commons.math3.fitting.leastsquares.ValueAndJacobianFunction
Packages that use ValueAndJacobianFunction
Package
Description
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 ValueAndJacobianFunctionModifier and TypeClassDescriptionprivate static class
Combine aMultivariateVectorFunction
with aMultivariateMatrixFunction
to produce aMultivariateJacobianFunction
.Fields in org.apache.commons.math3.fitting.leastsquares declared as ValueAndJacobianFunctionModifier and TypeFieldDescriptionprivate final ValueAndJacobianFunction
LeastSquaresFactory.LocalLeastSquaresProblem.LazyUnweightedEvaluation.model
Model and Jacobian functions.Constructors in org.apache.commons.math3.fitting.leastsquares with parameters of type ValueAndJacobianFunctionModifierConstructorDescriptionprivate
LazyUnweightedEvaluation
(ValueAndJacobianFunction model, RealVector target, RealVector point) Create anLeastSquaresProblem.Evaluation
with no weights.