Definition at line 42 of file Quad4F.h.
#include </mnt/vdb/lsf/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/math/minuit2/test/MnTutorial/Quad4F.h>
ROOT::Minuit2::Quad4FGrad::Quad4FGrad |
( |
| ) |
|
|
inline |
ROOT::Minuit2::Quad4FGrad::~Quad4FGrad |
( |
| ) |
|
|
inline |
std::vector<double> ROOT::Minuit2::Quad4FGrad::Gradient |
( |
const std::vector< double > & |
par | ) |
const |
|
inlinevirtual |
double ROOT::Minuit2::Quad4FGrad::operator() |
( |
const std::vector< double > & |
x | ) |
const |
|
inlinevirtual |
The meaning of the vector of parameters is of course defined by the user, who uses the values of those parameters to calculate their 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.
- Parameters
-
par | function parameters as defined by the user. |
- Returns
- the Value of the function.
- See also
- MnUserParameters
-
VariableMetricMinimizer
-
MnMigrad
Implements ROOT::Minuit2::FCNBase.
Definition at line 50 of file Quad4F.h.
double ROOT::Minuit2::Quad4FGrad::Up |
( |
| ) |
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.
Implements ROOT::Minuit2::FCNBase.
Definition at line 76 of file Quad4F.h.
The documentation for this class was generated from the following file: