MinNLLTestStat is an implementation of the TestStatistic interface that calculates the minimum value of the negative log likelihood function and returns it as a test statistic.
Internally it operates by delegating to a MinNLLTestStat object.
Definition at line 47 of file MinNLLTestStat.h.
Public Member Functions | |
MinNLLTestStat () | |
MinNLLTestStat (const MinNLLTestStat &rhs) | |
MinNLLTestStat (RooAbsPdf &pdf) | |
~MinNLLTestStat () override | |
virtual void | EnableDetailedOutput (bool e=true) |
double | Evaluate (RooAbsData &data, RooArgSet ¶msOfInterest) override |
Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest. | |
const RooArgSet * | GetDetailedOutput (void) const override |
return detailed output: for fits this can be pulls, processing time, ... The returned pointer will not loose validity until another call to Evaluate. | |
const TString | GetVarName () const override |
TClass * | IsA () const override |
MinNLLTestStat & | operator= (const MinNLLTestStat &rhs) |
void | SetLOffset (bool flag=true) |
void | SetMinimizer (const char *minimizer) |
void | SetOneSided (bool flag=true) |
void | SetOneSidedDiscovery (bool flag=true) |
void | SetPrintLevel (Int_t printlevel) |
void | SetReuseNLL (bool flag) |
void | SetStrategy (Int_t strategy) |
void | SetTolerance (double tol) |
virtual void | SetVarName (const char *name) |
void | Streamer (TBuffer &) override |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from RooStats::TestStatistic | |
virtual | ~TestStatistic () |
virtual bool | PValueIsRightTail (void) const |
Defines the sign convention of the test statistic. Overwrite function if necessary. | |
virtual void | SetConditionalObservables (const RooArgSet &) |
interface to set conditional observables. If a test statistics needs them it will re-implement this function | |
virtual void | SetGlobalObservables (const RooArgSet &) |
interface to set global observables. If a test statistics needs them it will re-implement this function | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from RooStats::TestStatistic | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Private Attributes | |
ProfileLikelihoodTestStat * | fProflts |
#include <RooStats/MinNLLTestStat.h>
|
inline |
Definition at line 50 of file MinNLLTestStat.h.
|
inline |
Definition at line 54 of file MinNLLTestStat.h.
|
inline |
Definition at line 58 of file MinNLLTestStat.h.
|
inlineoverride |
Definition at line 72 of file MinNLLTestStat.h.
|
static |
|
inlinestaticconstexpr |
Definition at line 109 of file MinNLLTestStat.h.
|
inlinestatic |
Definition at line 109 of file MinNLLTestStat.h.
|
inlinevirtual |
Definition at line 90 of file MinNLLTestStat.h.
|
inlineoverridevirtual |
Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest.
Implements RooStats::TestStatistic.
Definition at line 86 of file MinNLLTestStat.h.
|
inlineoverridevirtual |
return detailed output: for fits this can be pulls, processing time, ... The returned pointer will not loose validity until another call to Evaluate.
Reimplemented from RooStats::TestStatistic.
Definition at line 92 of file MinNLLTestStat.h.
|
inlineoverridevirtual |
Implements RooStats::TestStatistic.
Definition at line 103 of file MinNLLTestStat.h.
|
inlineoverridevirtual |
Reimplemented from RooStats::TestStatistic.
Definition at line 109 of file MinNLLTestStat.h.
|
inline |
Definition at line 63 of file MinNLLTestStat.h.
|
inline |
Definition at line 83 of file MinNLLTestStat.h.
|
inline |
Definition at line 79 of file MinNLLTestStat.h.
|
inline |
Definition at line 76 of file MinNLLTestStat.h.
|
inline |
Definition at line 77 of file MinNLLTestStat.h.
|
inline |
Definition at line 82 of file MinNLLTestStat.h.
|
inline |
Definition at line 78 of file MinNLLTestStat.h.
|
inline |
Definition at line 80 of file MinNLLTestStat.h.
|
inline |
Definition at line 81 of file MinNLLTestStat.h.
|
inlinevirtual |
Definition at line 101 of file MinNLLTestStat.h.
|
overridevirtual |
Reimplemented from RooStats::TestStatistic.
|
inline |
Definition at line 109 of file MinNLLTestStat.h.
|
private |
Definition at line 106 of file MinNLLTestStat.h.