ROOT 6.14/05 Reference Guide |
MaxLikelihoodEstimateTestStat: TestStatistic that returns maximum likelihood estimate of a specified parameter.
Definition at line 39 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) |
interface to set conditional observables. If a test statistics needs them it will re-implement this function More... | |
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... | |
virtual void | SetGlobalObservables (const RooArgSet &) |
interface to set global observables. If a test statistics needs them it will re-implement this function More... | |
Private Attributes | |
RooArgSet | fConditionalObs |
TString | fMinimizer |
RooRealVar * | fParameter |
RooAbsPdf * | fPdf |
Int_t | fPrintLevel |
Int_t | fStrategy |
bool | fUpperLimit |
#include <RooStats/MaxLikelihoodEstimateTestStat.h>
|
inline |
Definition at line 44 of file MaxLikelihoodEstimateTestStat.h.
|
inline |
Definition at line 57 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 70 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtual |
Implements RooStats::TestStatistic.
Definition at line 138 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtual |
Definition at line 144 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtual |
Defines the sign convention of the test statistic. Overwrite function if necessary.
Reimplemented from RooStats::TestStatistic.
Definition at line 145 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtual |
interface to set conditional observables. If a test statistics needs them it will re-implement this function
Reimplemented from RooStats::TestStatistic.
Definition at line 149 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 155 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 157 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 154 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 153 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 159 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 158 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 156 of file MaxLikelihoodEstimateTestStat.h.