31#ifndef ROOT_Math_VavilovAccurateCdf
32#define ROOT_Math_VavilovAccurateCdf
106 virtual unsigned int NPar()
const;
120 virtual double DoEval(
double x)
const;
128 virtual double DoEvalPar(
double x,
const double * p)
const;
Interface (abstract class) for generic functions objects of one-dimension Provides a method to evalua...
Specialized IParamFunction interface (abstract class) for one-dimensional parametric functions It is ...
Class describing the Vavilov cdf.
virtual double DoEvalPar(double x, const double *p) const
Evaluate the function, using parameters p.
virtual double DoEval(double x) const
Evaluate the function.
VavilovAccurateCdf()
Default constructor.
virtual ~VavilovAccurateCdf()
Destructor.
virtual IBaseFunctionOneDim * Clone() const
Return a clone of the object.
virtual void SetParameters(const double *p)
Set the parameter values.
virtual std::string ParameterName(unsigned int i) const
Return the name of the i-th parameter (starting from zero) Overwrite if want to avoid the default nam...
virtual const double * Parameters() const
Access the parameter values.
virtual unsigned int NPar() const
Return the number of Parameters.
Namespace for new Math classes and functions.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...