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 45 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 = nullptr | 
#include <RooStats/MinNLLTestStat.h>
      
  | 
  inline | 
Definition at line 49 of file MinNLLTestStat.h.
      
  | 
  inline | 
Definition at line 50 of file MinNLLTestStat.h.
      
  | 
  inline | 
Definition at line 52 of file MinNLLTestStat.h.
      
  | 
  inlineoverride | 
Definition at line 66 of file MinNLLTestStat.h.
Definition at line 103 of file MinNLLTestStat.h.
Definition at line 103 of file MinNLLTestStat.h.
Definition at line 84 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 80 of file MinNLLTestStat.h.
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 86 of file MinNLLTestStat.h.
Implements RooStats::TestStatistic.
Definition at line 97 of file MinNLLTestStat.h.
      
  | 
  inlineoverridevirtual | 
Reimplemented from RooStats::TestStatistic.
Definition at line 103 of file MinNLLTestStat.h.
      
  | 
  inline | 
Definition at line 57 of file MinNLLTestStat.h.
Definition at line 77 of file MinNLLTestStat.h.
      
  | 
  inline | 
Definition at line 73 of file MinNLLTestStat.h.
Definition at line 70 of file MinNLLTestStat.h.
Definition at line 71 of file MinNLLTestStat.h.
      
  | 
  inline | 
Definition at line 76 of file MinNLLTestStat.h.
      
  | 
  inline | 
Definition at line 72 of file MinNLLTestStat.h.
      
  | 
  inline | 
Definition at line 74 of file MinNLLTestStat.h.
      
  | 
  inline | 
Definition at line 75 of file MinNLLTestStat.h.
Definition at line 95 of file MinNLLTestStat.h.
      
  | 
  overridevirtual | 
Reimplemented from RooStats::TestStatistic.
      
  | 
  inline | 
Definition at line 103 of file MinNLLTestStat.h.
      
  | 
  private | 
Definition at line 100 of file MinNLLTestStat.h.