virtual double | DoEvalPar(const double* x, const double* p) const |
virtual double | DoParameterDerivative(const double* x, const double* p, unsigned int ipar) const |
unsigned int | fDim | cached value of dimension |
TF1* | fFunc | pointer to ROOT function |
bool | fLinear | flag for linear functions |
vector<double> | fParams | cached vector with parameter values |
bool | fPolynomial | flag for polynomial functions |
static double | fgEps | epsilon used in derivative calculation h ~ eps |p| |
@name interface inherited from IFunction Clone the wrapper but not the original function
@name interface inherited from IParamFunction get the parameter values (return values cached inside, those inside TF1 might be different)
set parameter values (only the cached one in this class,leave unchanges those of TF1)
evaluate the derivative of the function with respect to the parameters
precision value used for calculating the derivative step-size h = eps * |x|. The default is 0.001, give a smaller in case function changes rapidly
evaluate function passing coordinates x and vector of parameters
evaluate the partial derivative with respect to the parameter