ProfileLikelihoodTestStat is an implementation of the TestStatistic interface that calculates the profile likelihood ratio at a particular parameter point given a dataset. It does not constitute a statistical test, for that one may either use:
virtual | ~ProfileLikelihoodTestStat() |
static TClass* | Class() |
virtual Double_t | Evaluate(RooAbsData& data, RooArgSet& paramsOfInterest) |
virtual const TString | GetVarName() const |
virtual TClass* | IsA() const |
RooStats::TestStatistic& | RooStats::TestStatistic::operator=(const RooStats::TestStatistic&) |
RooStats::ProfileLikelihoodTestStat | ProfileLikelihoodTestStat() |
RooStats::ProfileLikelihoodTestStat | ProfileLikelihoodTestStat(RooAbsPdf& pdf) |
RooStats::ProfileLikelihoodTestStat | ProfileLikelihoodTestStat(const RooStats::ProfileLikelihoodTestStat&) |
virtual bool | RooStats::TestStatistic::PValueIsRightTail() const |
static void | SetAlwaysReuseNLL(Bool_t flag) |
void | SetOneSided(Bool_t flag = true) |
void | SetReuseNLL(Bool_t flag) |
virtual void | ShowMembers(TMemberInspector& insp) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
const RooArgSet* | fCachedBestFitParams | |
RooAbsData* | fLastData | |
RooNLLVar* | fNll | ! |
Bool_t | fOneSided | |
RooAbsPdf* | fPdf | |
RooProfileLL* | fProfile | ! |
Bool_t | fReuseNll | |
static Bool_t | fgAlwaysReuseNll |
Main interface to evaluate the test statistic on a dataset