Inheritance diagram for PowerLawLogLikeFCN:
Public Member Functions | |
PowerLawLogLikeFCN (const std::vector< double > &meas, const std::vector< double > &pos) | |
~PowerLawLogLikeFCN () | |
double | operator() (const std::vector< double > &par) const |
double | Up () const |
Private Attributes | |
std::vector< double > | fMeasurements |
std::vector< double > | fPositions |
Definition at line 80 of file PaulTest4.cxx.
PowerLawLogLikeFCN::PowerLawLogLikeFCN | ( | const std::vector< double > & | meas, | |
const std::vector< double > & | pos | |||
) | [inline] |
Definition at line 84 of file PaulTest4.cxx.
PowerLawLogLikeFCN::~PowerLawLogLikeFCN | ( | ) | [inline] |
Definition at line 88 of file PaulTest4.cxx.
The meaning of the vector of parameters is of course defined by the user, who uses the values of those parameters to calculate his function Value. The order and the position of these parameters is strictly the one specified by the user when supplying the starting values for minimization. The starting values must be specified by the user, either via an std::vector<double> or the MnUserParameters supplied as input to the MINUIT minimizers such as VariableMetricMinimizer or MnMigrad. Later values are determined by MINUIT as it searches for the Minimum or performs whatever analysis is requested by the user.
par | function parameters as defined by the user. |
VariableMetricMinimizer
MnMigrad
Implements ROOT::Minuit2::FCNBase.
Definition at line 90 of file PaulTest4.cxx.
References fMeasurements, fPositions, k, log(), and n.
double PowerLawLogLikeFCN::Up | ( | ) | const [inline, virtual] |
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.
Implements ROOT::Minuit2::FCNBase.
Definition at line 104 of file PaulTest4.cxx.
std::vector<double> PowerLawLogLikeFCN::fMeasurements [private] |
std::vector<double> PowerLawLogLikeFCN::fPositions [private] |