Class CurveFitter.OldTheoreticalValuesFunction
java.lang.Object
org.apache.commons.math3.optimization.fitting.CurveFitter.OldTheoreticalValuesFunction
- All Implemented Interfaces:
DifferentiableMultivariateVectorFunction
,MultivariateVectorFunction
- Enclosing class:
CurveFitter<T extends ParametricUnivariateFunction>
@Deprecated
private class CurveFitter.OldTheoreticalValuesFunction
extends Object
implements DifferentiableMultivariateVectorFunction
Deprecated.
Vectorial function computing function theoretical values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ParametricUnivariateFunction
Deprecated.Function to fit. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Simple constructor. -
Method Summary
-
Field Details
-
f
Deprecated.Function to fit.
-
-
Constructor Details
-
OldTheoreticalValuesFunction
OldTheoreticalValuesFunction(ParametricUnivariateFunction f) Deprecated.Simple constructor.- Parameters:
f
- function to fit.
-
-
Method Details
-
jacobian
Deprecated.Returns the jacobian function.- Specified by:
jacobian
in interfaceDifferentiableMultivariateVectorFunction
- Returns:
- the jacobian function
-
value
public double[] value(double[] point) Deprecated.Compute the value for the function at the given point.- Specified by:
value
in interfaceMultivariateVectorFunction
- Parameters:
point
- point at which the function must be evaluated- Returns:
- function value for the given point
-