org.apache.commons.math3.optimization.fitting
private class CurveFitter.TheoreticalValuesFunction extends 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 MultivariateVectorFunction
point
- point at which the function must be evaluatedpublic DerivativeStructure[] value(DerivativeStructure[] point)
value
in interface MultivariateDifferentiableVectorFunction
point
- point at which the function must be evaluatedCopyright (c) 2003-2013 Apache Software Foundation