ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::Minuit2::GaussFcn Class Reference

Definition at line 22 of file GaussFcn.h.

Public Member Functions

 GaussFcn (const std::vector< double > &meas, const std::vector< double > &pos, const std::vector< double > &mvar)
 
 ~GaussFcn ()
 
virtual double Up () const
 Error definition of the function. More...
 
virtual double operator() (const std::vector< double > &) const
 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. More...
 
std::vector< doubleMeasurements () const
 
std::vector< doublePositions () const
 
std::vector< doubleVariances () const
 
void SetErrorDef (double def)
 add interface to set dynamically a new error definition Re-implement this function if needed. More...
 
- Public Member Functions inherited from ROOT::Minuit2::FCNBase
virtual ~FCNBase ()
 
virtual double ErrorDef () const
 Error definition of the function. More...
 
- Public Member Functions inherited from ROOT::Minuit2::GenericFunction
virtual ~GenericFunction ()
 

Private Attributes

std::vector< doublefMeasurements
 
std::vector< doublefPositions
 
std::vector< doublefMVariances
 
double fErrorDef
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/minuit2/test/MnSim/GaussFcn.h>

+ Inheritance diagram for ROOT::Minuit2::GaussFcn:
+ Collaboration diagram for ROOT::Minuit2::GaussFcn:

Constructor & Destructor Documentation

ROOT::Minuit2::GaussFcn::GaussFcn ( const std::vector< double > &  meas,
const std::vector< double > &  pos,
const std::vector< double > &  mvar 
)
inline

Definition at line 26 of file GaussFcn.h.

ROOT::Minuit2::GaussFcn::~GaussFcn ( )
inline

Definition at line 33 of file GaussFcn.h.

Member Function Documentation

std::vector<double> ROOT::Minuit2::GaussFcn::Measurements ( ) const
inline

Definition at line 38 of file GaussFcn.h.

Referenced by main().

double ROOT::Minuit2::GaussFcn::operator() ( const std::vector< double > &  x) const
virtual

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
parfunction parameters as defined by the user.
Returns
the Value of the function.
See also
MnUserParameters
VariableMetricMinimizer
MnMigrad

Implements ROOT::Minuit2::FCNBase.

Definition at line 20 of file GaussFcn.cxx.

std::vector<double> ROOT::Minuit2::GaussFcn::Positions ( ) const
inline

Definition at line 39 of file GaussFcn.h.

Referenced by main().

void ROOT::Minuit2::GaussFcn::SetErrorDef ( double  )
inlinevirtual

add interface to set dynamically a new error definition Re-implement this function if needed.

Reimplemented from ROOT::Minuit2::FCNBase.

Definition at line 42 of file GaussFcn.h.

Referenced by main().

virtual double ROOT::Minuit2::GaussFcn::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 35 of file GaussFcn.h.

std::vector<double> ROOT::Minuit2::GaussFcn::Variances ( ) const
inline

Definition at line 40 of file GaussFcn.h.

Member Data Documentation

double ROOT::Minuit2::GaussFcn::fErrorDef
private

Definition at line 50 of file GaussFcn.h.

Referenced by SetErrorDef(), and Up().

std::vector<double> ROOT::Minuit2::GaussFcn::fMeasurements
private

Definition at line 47 of file GaussFcn.h.

Referenced by Measurements(), and operator()().

std::vector<double> ROOT::Minuit2::GaussFcn::fMVariances
private

Definition at line 49 of file GaussFcn.h.

Referenced by operator()(), and Variances().

std::vector<double> ROOT::Minuit2::GaussFcn::fPositions
private

Definition at line 48 of file GaussFcn.h.

Referenced by operator()(), and Positions().


The documentation for this class was generated from the following files: