@Deprecated private class CurveFitter.OldTheoreticalValuesFunction extends java.lang.Object implements DifferentiableMultivariateVectorFunction
| Modifier and Type | Field and Description |
|---|---|
private ParametricUnivariateFunction |
f
Deprecated.
Function to fit.
|
| Constructor and Description |
|---|
CurveFitter.OldTheoreticalValuesFunction(ParametricUnivariateFunction f)
Deprecated.
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
MultivariateMatrixFunction |
jacobian()
Deprecated.
Returns the jacobian function.
|
double[] |
value(double[] point)
Deprecated.
Compute the value for the function at the given point.
|
private final ParametricUnivariateFunction f
public CurveFitter.OldTheoreticalValuesFunction(ParametricUnivariateFunction f)
f - function to fit.public MultivariateMatrixFunction jacobian()
jacobian in interface DifferentiableMultivariateVectorFunctionpublic double[] value(double[] point)
value in interface MultivariateVectorFunctionpoint - point at which the function must be evaluatedCopyright (c) 2003-2015 Apache Software Foundation