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 classLeastSquaresFactory.LocalValueAndJacobianFunctionCombine aMultivariateVectorFunctionwith aMultivariateMatrixFunctionto produce aMultivariateJacobianFunction.Fields in org.apache.commons.math3.fitting.leastsquares declared as ValueAndJacobianFunction Modifier and Type Field Description private ValueAndJacobianFunctionLeastSquaresFactory.LocalLeastSquaresProblem.LazyUnweightedEvaluation. modelModel 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.Evaluationwith no weights.
-