org.apache.commons.math3.fitting
private class CurveFitter.TheoreticalValuesFunction extends Object
Modifier and Type | Field and Description |
---|---|
private ParametricUnivariateFunction |
f
Function to fit.
|
Constructor and Description |
---|
CurveFitter.TheoreticalValuesFunction(ParametricUnivariateFunction f) |
Modifier and Type | Method and Description |
---|---|
ModelFunction |
getModelFunction() |
ModelFunctionJacobian |
getModelFunctionJacobian() |
private final ParametricUnivariateFunction f
public CurveFitter.TheoreticalValuesFunction(ParametricUnivariateFunction f)
f
- function to fit.public ModelFunction getModelFunction()
public ModelFunctionJacobian getModelFunctionJacobian()
Copyright (c) 2003-2013 Apache Software Foundation