ROOT
6.07/01
Reference Guide
|
MaxLikelihoodEstimateTestStat: TestStatistic that returns maximum likelihood estimate of a specified parameter.
Definition at line 43 of file MaxLikelihoodEstimateTestStat.h.
Public Member Functions | |
MaxLikelihoodEstimateTestStat () | |
MaxLikelihoodEstimateTestStat (RooAbsPdf &pdf, RooRealVar ¶meter) | |
virtual Double_t | Evaluate (RooAbsData &data, RooArgSet &) |
Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest. More... | |
virtual const TString | GetVarName () const |
virtual void | PValueIsRightTail (bool isright) |
virtual bool | PValueIsRightTail (void) const |
Defines the sign convention of the test statistic. Overwrite function if necessary. More... | |
virtual void | SetConditionalObservables (const RooArgSet &set) |
Public Member Functions inherited from RooStats::TestStatistic | |
virtual | ~TestStatistic () |
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... | |
Private Attributes | |
RooAbsPdf * | fPdf |
RooRealVar * | fParameter |
RooArgSet | fConditionalObs |
bool | fUpperLimit |
TString | fMinimizer |
Int_t | fStrategy |
Int_t | fPrintLevel |
#include <RooStats/MaxLikelihoodEstimateTestStat.h>
|
inline |
Definition at line 48 of file MaxLikelihoodEstimateTestStat.h.
|
inline |
Definition at line 61 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtual |
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 74 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtual |
Implements RooStats::TestStatistic.
Definition at line 142 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtual |
Definition at line 148 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtual |
Defines the sign convention of the test statistic. Overwrite function if necessary.
Reimplemented from RooStats::TestStatistic.
Definition at line 149 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtual |
Definition at line 153 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 159 of file MaxLikelihoodEstimateTestStat.h.
Referenced by Evaluate(), and SetConditionalObservables().
|
private |
Definition at line 161 of file MaxLikelihoodEstimateTestStat.h.
Referenced by Evaluate(), and MaxLikelihoodEstimateTestStat().
|
private |
Definition at line 158 of file MaxLikelihoodEstimateTestStat.h.
Referenced by Evaluate(), and GetVarName().
|
private |
Definition at line 157 of file MaxLikelihoodEstimateTestStat.h.
Referenced by Evaluate().
|
private |
Definition at line 163 of file MaxLikelihoodEstimateTestStat.h.
Referenced by Evaluate(), and MaxLikelihoodEstimateTestStat().
|
private |
Definition at line 162 of file MaxLikelihoodEstimateTestStat.h.
Referenced by Evaluate(), and MaxLikelihoodEstimateTestStat().
|
private |
Definition at line 160 of file MaxLikelihoodEstimateTestStat.h.
Referenced by PValueIsRightTail().