|
| SimpleLikelihoodRatioTestStat () |
|
| SimpleLikelihoodRatioTestStat (RooAbsPdf &nullPdf, RooAbsPdf &altPdf) |
|
| SimpleLikelihoodRatioTestStat (RooAbsPdf &nullPdf, RooAbsPdf &altPdf, const RooArgSet &nullParameters, const RooArgSet &altParameters) |
|
virtual | ~SimpleLikelihoodRatioTestStat () |
|
virtual void | EnableDetailedOutput (bool e=true) |
|
virtual Double_t | Evaluate (RooAbsData &data, RooArgSet &nullPOI) |
| Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest. More...
|
|
virtual const RooArgSet * | GetDetailedOutput (void) const |
| return detailed output: for fits this can be pulls, processing time, ... The returned pointer will not loose validity until another call to Evaluate. More...
|
|
virtual const TString | GetVarName () const |
|
bool | ParamsAreEqual () |
|
void | SetAltParameters (const RooArgSet &altParameters) |
|
virtual void | SetConditionalObservables (const RooArgSet &set) |
| interface to set conditional observables. If a test statistics needs them it will re-implement this function More...
|
|
virtual void | SetGlobalObservables (const RooArgSet &set) |
| interface to set global observables. If a test statistics needs them it will re-implement this function More...
|
|
void | SetNullParameters (const RooArgSet &nullParameters) |
|
void | SetReuseNLL (Bool_t flag) |
|
virtual | ~TestStatistic () |
|
virtual Double_t | Evaluate (RooAbsData &data, RooArgSet &nullPOI)=0 |
| Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest. More...
|
|
virtual const RooArgSet * | GetDetailedOutput () const |
| return detailed output: for fits this can be pulls, processing time, ... The returned pointer will not loose validity until another call to Evaluate. More...
|
|
virtual const TString | GetVarName () const =0 |
|
virtual bool | PValueIsRightTail (void) const |
| Defines the sign convention of the test statistic. Overwrite function if necessary. More...
|
|
virtual void | SetConditionalObservables (const RooArgSet &) |
| interface to set conditional observables. If a test statistics needs them it will re-implement this function More...
|
|
virtual void | SetGlobalObservables (const RooArgSet &) |
| interface to set global observables. If a test statistics needs them it will re-implement this function More...
|
|