|
| ProfileLikelihoodTestStat () |
|
| ProfileLikelihoodTestStat (RooAbsPdf &pdf) |
|
virtual | ~ProfileLikelihoodTestStat () |
|
virtual void | EnableDetailedOutput (bool e=true, bool withErrorsAndPulls=false) |
|
virtual Double_t | Evaluate (RooAbsData &data, RooArgSet ¶msOfInterest) |
| Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest. More...
|
|
virtual Double_t | EvaluateProfileLikelihood (int type, RooAbsData &data, RooArgSet ¶msOfInterest) |
| internal function to evaluate test statistics can do depending on type: 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 RooAbsPdf * | GetPdf () const |
|
virtual const TString | GetVarName () const |
|
bool | IsOneSidedDiscovery () const |
|
bool | IsTwoSided () const |
|
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 | SetLOffset (Bool_t flag=kTRUE) |
|
void | SetMinimizer (const char *minimizer) |
|
void | SetOneSided (Bool_t flag=true) |
|
void | SetOneSidedDiscovery (Bool_t flag=true) |
|
void | SetPrintLevel (Int_t printlevel) |
|
void | SetReuseNLL (Bool_t flag) |
|
void | SetSigned (Bool_t flag=true) |
|
void | SetStrategy (Int_t strategy) |
|
void | SetTolerance (double tol) |
|
virtual void | SetVarName (const char *name) |
|
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...
|
|