ROOT  6.06/09
Reference Guide
Classes | Enumerations

Classes describing Fit Method functions. More...

+ Collaboration diagram for Fit Method Classes:

Classes

class  ROOT::Fit::Chi2FCN< FunType >
 Chi2FCN class for binnned fits using the least square methods. More...
 
class  ROOT::Fit::LogLikelihoodFCN< FunType >
 LogLikelihoodFCN class for likelihood fits. More...
 
class  ROOT::Fit::PoissonLikelihoodFCN< FunType >
 class evaluating the log likelihood for binned Poisson likelihood fits it is template to distinguish gradient and non-gradient case More...
 
class  ROOT::Math::BasicFitMethodFunction< FunctionType >
 FitMethodFunction class Interface for objective functions (like chi2 and likelihood used in the fit) In addition to normal function interface provide interface for calculating each data contrinution to the function which is required by some algorithm (like Fumili) More...
 

Enumerations

enum  ROOT::Math::BasicFitMethodFunction< FunctionType >::Type_t { ROOT::Math::BasicFitMethodFunction< FunctionType >::kUndefined, ROOT::Math::BasicFitMethodFunction< FunctionType >::kLeastSquare, ROOT::Math::BasicFitMethodFunction< FunctionType >::kLogLikelihood }
 enumeration specyfing the possible fit method types More...
 

Detailed Description

Classes describing Fit Method functions.

Enumeration Type Documentation

template<class FunctionType>
enum ROOT::Math::BasicFitMethodFunction::Type_t

enumeration specyfing the possible fit method types

Enumerator
kUndefined 
kLeastSquare 
kLogLikelihood 

Definition at line 46 of file FitMethodFunction.h.