MaxLikelihoodEstimateTestStat: TestStatistic that returns maximum likelihood estimate of a specified parameter.
Definition at line 37 of file MaxLikelihoodEstimateTestStat.h.
Public Member Functions | |
| MaxLikelihoodEstimateTestStat () | |
| MaxLikelihoodEstimateTestStat (RooAbsPdf &pdf, RooRealVar ¶meter) | |
| double | Evaluate (RooAbsData &data, RooArgSet &) override |
| Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest. | |
| 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. | |
| const TString | GetVarName () const override |
| TClass * | IsA () const override |
| virtual void | PValueIsRightTail (bool isright) |
| bool | PValueIsRightTail (void) const override |
| Defines the sign convention of the test statistic. Overwrite function if necessary. | |
| void | SetConditionalObservables (const RooArgSet &set) override |
| interface to set conditional observables. If a test statistics needs them it will re-implement this function | |
| virtual void | SetGlobalObservables (const RooArgSet &) |
| interface to set global observables. If a test statistics needs them it will re-implement this function | |
| void | Streamer (TBuffer &) override |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
| static TClass * | Class () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
Private Attributes | |
| RooArgSet | fConditionalObs |
| TString | fMinimizer |
| RooRealVar * | fParameter = nullptr |
| RooAbsPdf * | fPdf = nullptr |
| Int_t | fPrintLevel |
| Int_t | fStrategy |
| bool | fUpperLimit = true |
#include <RooStats/MaxLikelihoodEstimateTestStat.h>
|
inline |
Definition at line 40 of file MaxLikelihoodEstimateTestStat.h.
|
inline |
Definition at line 46 of file MaxLikelihoodEstimateTestStat.h.
|
static |
|
static |
|
inlinestaticconstexpr |
Definition at line 145 of file MaxLikelihoodEstimateTestStat.h.
|
inlinestatic |
Definition at line 145 of file MaxLikelihoodEstimateTestStat.h.
|
inlineoverridevirtual |
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 55 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtualinherited |
return detailed output: for fits this can be pulls, processing time, ... The returned pointer will not loose validity until another call to Evaluate.
Reimplemented in RooStats::ProfileLikelihoodTestStat, RooStats::RatioOfProfiledLikelihoodsTestStat, and RooStats::SimpleLikelihoodRatioTestStat.
Definition at line 48 of file TestStatistic.h.
|
inlineoverridevirtual |
Implements RooStats::TestStatistic.
Definition at line 119 of file MaxLikelihoodEstimateTestStat.h.
|
inlineoverridevirtual |
Reimplemented from RooStats::TestStatistic.
Definition at line 145 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtual |
Definition at line 125 of file MaxLikelihoodEstimateTestStat.h.
|
inlineoverridevirtual |
Defines the sign convention of the test statistic. Overwrite function if necessary.
Reimplemented from RooStats::TestStatistic.
Definition at line 126 of file MaxLikelihoodEstimateTestStat.h.
|
inlineoverridevirtual |
interface to set conditional observables. If a test statistics needs them it will re-implement this function
Reimplemented from RooStats::TestStatistic.
Definition at line 130 of file MaxLikelihoodEstimateTestStat.h.
|
inlinevirtualinherited |
interface to set global observables. If a test statistics needs them it will re-implement this function
Reimplemented in RooStats::ProfileLikelihoodTestStat, RooStats::RatioOfProfiledLikelihoodsTestStat, and RooStats::SimpleLikelihoodRatioTestStat.
Definition at line 54 of file TestStatistic.h.
|
overridevirtual |
Reimplemented from RooStats::TestStatistic.
|
inline |
Definition at line 145 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 136 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 138 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 135 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 134 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 140 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 139 of file MaxLikelihoodEstimateTestStat.h.
|
private |
Definition at line 137 of file MaxLikelihoodEstimateTestStat.h.