|
| class | BasicFCN |
| | BasicFCN class: base class for the objective functions used in the fits It has a reference to the data and th emodel function used in the fit. More...
|
| |
| class | BinData |
| | Class describing the binned data sets : vectors of x coordinates, y values and optionally error on y values and error on coordinates The dimension of the coordinate is free There are 4 different options: More...
|
| |
| class | Chi2FCN |
| | Chi2FCN class for binnned fits using the least square methods. More...
|
| |
| struct | DataOptions |
| | DataOptions : simple structure holding the options on how the data are filled. More...
|
| |
| class | DataRange |
| | class describing the range in the coordinates it supports multiple range in a coordinate. More...
|
| |
| struct | DummyDeleter |
| |
| class | FcnAdapter |
| |
| class | FitConfig |
| | Class describing the configuration of the fit, options and parameter settings using the ROOT::Fit::ParameterSettings class. More...
|
| |
| class | FitData |
| | Base class for all the fit data types: Stores the coordinates and the DataOptions. More...
|
| |
| class | FitResult |
| | class containg the result of the fit and all the related information (fitted parameter values, error, covariance matrix and minimizer result information) Contains a pointer also to the fitted (model) function, modified with the fit parameter values. More...
|
| |
| class | Fitter |
| | Fitter class, entry point for performing all type of fits. More...
|
| |
| class | LogLikelihoodFCN |
| | LogLikelihoodFCN class for likelihood fits. More...
|
| |
| class | ParameterSettings |
| | Class, describing value, limits and step size of the parameters Provides functionality also to set/retrieve values, step sizes, limits and fix the parameters. More...
|
| |
| class | PoissonLikelihoodFCN |
| | class evaluating the log likelihood for binned Poisson likelihood fits it is template to distinguish gradient and non-gradient case More...
|
| |
| class | SparseData |
| |
| class | UnBinData |
| | Class describing the unbinned data sets (just x coordinates values) of any dimensions. More...
|
| |
|
| void | DivideBox (const vector< double > &min, const vector< double > &max, const vector< double > &bmin, const vector< double > &bmax, const unsigned int size, const unsigned int n, list< Box > &l, const double val, const double error) |
| |
| bool | lessRange (const std::pair< double, double > &r1, const std::pair< double, double > &r2) |
| |
| ostream & | operator<< (ostream &os, const ROOT::Fit::Box &b) |
| |
Namespace for the fitting classes.