|
template<class GFunc > |
void | CalculateGradientIntegral (const GFunc &gfunc, const double *x1, const double *x2, const double *p, double *g) |
|
bool | CheckInfNaNValue (double &rval) |
|
double | CorrectValue (double rval) |
|
double | EvaluateChi2 (const IModelFunction &func, const BinData &data, const double *x, unsigned int &nPoints, ROOT::Fit::ExecutionPolicy executionPolicy, unsigned nChunks=0) |
| Chi2 Functions. More...
|
|
double | EvaluateChi2Effective (const IModelFunction &func, const BinData &data, const double *x, unsigned int &nPoints) |
| evaluate the effective Chi2 given a model function and the data at the point x. More...
|
|
void | EvaluateChi2Gradient (const IModelFunction &func, const BinData &data, const double *x, double *grad, unsigned int &nPoints, ROOT::Fit::ExecutionPolicy executionPolicy=ROOT::Fit::ExecutionPolicy::kSerial, unsigned nChunks=0) |
| evaluate the Chi2 gradient given a model function and the data at the point x. More...
|
|
double | EvaluateChi2Residual (const IModelFunction &func, const BinData &data, const double *x, unsigned int ipoint, double *g=0) |
| evaluate the residual contribution to the Chi2 given a model function and the BinPoint data and if the pointer g is not null evaluate also the gradient of the residual. More...
|
|
double | EvaluateLogL (const IModelFunction &func, const UnBinData &data, const double *p, int iWeight, bool extended, unsigned int &nPoints, ROOT::Fit::ExecutionPolicy executionPolicy, unsigned nChunks=0) |
| evaluate the LogL given a model function and the data at the point x. More...
|
|
void | EvaluateLogLGradient (const IModelFunction &func, const UnBinData &data, const double *x, double *grad, unsigned int &nPoints, ROOT::Fit::ExecutionPolicy executionPolicy=ROOT::Fit::ExecutionPolicy::kSerial, unsigned nChunks=0) |
| evaluate the LogL gradient given a model function and the data at the point x. More...
|
|
double | EvaluatePdf (const IModelFunction &func, const UnBinData &data, const double *x, unsigned int ipoint, double *g=0) |
| evaluate the pdf contribution to the LogL given a model function and the BinPoint data. More...
|
|
double | EvaluatePoissonBinPdf (const IModelFunction &func, const BinData &data, const double *x, unsigned int ipoint, double *g=0) |
| evaluate the pdf contribution to the Poisson LogL given a model function and the BinPoint data. More...
|
|
double | EvaluatePoissonLogL (const IModelFunction &func, const BinData &data, const double *x, int iWeight, bool extended, unsigned int &nPoints, ROOT::Fit::ExecutionPolicy executionPolicy, unsigned nChunks=0) |
| evaluate the Poisson LogL given a model function and the data at the point x. More...
|
|
void | EvaluatePoissonLogLGradient (const IModelFunction &func, const BinData &data, const double *x, double *grad, unsigned int &nPoints, ROOT::Fit::ExecutionPolicy executionPolicy=ROOT::Fit::ExecutionPolicy::kSerial, unsigned nChunks=0) |
| evaluate the Poisson LogL given a model function and the data at the point x. More...
|
|
unsigned | setAutomaticChunking (unsigned nEvents) |
|