org.apache.commons.math3.fitting
Class CurveFitter.TheoreticalValuesFunction
java.lang.Object
org.apache.commons.math3.fitting.CurveFitter.TheoreticalValuesFunction
- Enclosing class:
- CurveFitter<T extends ParametricUnivariateFunction>
private class CurveFitter.TheoreticalValuesFunction
- extends Object
Vectorial function computing function theoretical values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
f
private final ParametricUnivariateFunction f
- Function to fit.
CurveFitter.TheoreticalValuesFunction
public CurveFitter.TheoreticalValuesFunction(ParametricUnivariateFunction f)
- Parameters:
f
- function to fit.
getModelFunction
public ModelFunction getModelFunction()
- Returns:
- the model function values.
getModelFunctionJacobian
public ModelFunctionJacobian getModelFunctionJacobian()
- Returns:
- the model function Jacobian.
Copyright (c) 2003-2013 Apache Software Foundation