MaxLikelihoodEstimateTestStat: TestStatistic that returns maximum likelihood estimate of a specified parameter.
~MaxLikelihoodEstimateTestStat() | |
static TClass* | Class() |
virtual Double_t | Evaluate(RooAbsData& data, RooArgSet&) |
virtual const RooArgSet* | RooStats::TestStatistic::GetDetailedOutput() const |
virtual const TString | GetVarName() const |
virtual TClass* | IsA() const |
RooStats::MaxLikelihoodEstimateTestStat | MaxLikelihoodEstimateTestStat() |
RooStats::MaxLikelihoodEstimateTestStat | MaxLikelihoodEstimateTestStat(const RooStats::MaxLikelihoodEstimateTestStat&) |
RooStats::MaxLikelihoodEstimateTestStat | MaxLikelihoodEstimateTestStat(RooAbsPdf& pdf, RooRealVar& parameter) |
RooStats::MaxLikelihoodEstimateTestStat& | operator=(const RooStats::MaxLikelihoodEstimateTestStat&) |
virtual bool | PValueIsRightTail() const |
virtual void | PValueIsRightTail(bool isright) |
virtual void | SetConditionalObservables(const RooArgSet& set) |
virtual void | ShowMembers(TMemberInspector&) |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
set the conditional observables which will be used when creating the NLL so the pdf's will not be normalized on the conditional observables when computing the NLL
{fConditionalObs.removeAll(); fConditionalObs.add(set);}