Interface (abstract class) defining the function to be minimized, which has to be implemented by the user.
- Author
- Fred James and Matthias Winkler; modified by Andras Zsenei and Lorenzo Moneta
Definition at line 47 of file FCNBase.h.
virtual double ROOT::Minuit2::FCNBase::ErrorDef |
( |
| ) |
const |
|
inlinevirtual |
Error definition of the function.
MINUIT defines Parameter errors as the change in Parameter Value required to change the function Value by up. Normally, for chisquared fits it is 1, and for negative log likelihood, its Value is 0.5. If the user wants instead the 2-sigma errors for chisquared fits, it becomes 4, as Chi2(x+n*sigma) = Chi2(x) + n*n.
Comment a little bit better with links!!!!!!!!!!!!!!!!!
Definition at line 93 of file FCNBase.h.
virtual double ROOT::Minuit2::FCNBase::operator() |
( |
const std::vector< double > & |
x | ) |
const |
|
pure virtual |
virtual double ROOT::Minuit2::FCNBase::Up |
( |
| ) |
const |
|
pure virtual |