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