#include <SimpleInterval.h>
Inheritance diagram for RooStats::SimpleInterval:
Definition at line 24 of file SimpleInterval.h.
SimpleInterval::SimpleInterval | ( | const char * | name = 0 |
) | [explicit] |
Definition at line 46 of file SimpleInterval.cxx.
SimpleInterval::SimpleInterval | ( | const char * | name, | |
const RooRealVar & | var, | |||
Double_t | lower, | |||
Double_t | upper, | |||
Double_t | cl | |||
) |
Definition at line 53 of file SimpleInterval.cxx.
SimpleInterval::~SimpleInterval | ( | ) | [virtual] |
Definition at line 62 of file SimpleInterval.cxx.
RooStats::SimpleInterval::SimpleInterval | ( | const char * | name = 0 |
) | [explicit] |
RooStats::SimpleInterval::SimpleInterval | ( | const char * | name, | |
const RooRealVar & | var, | |||
Double_t | lower, | |||
Double_t | upper, | |||
Double_t | cl | |||
) |
virtual RooStats::SimpleInterval::~SimpleInterval | ( | ) | [virtual] |
Implements RooStats::ConfInterval.
Definition at line 69 of file SimpleInterval.cxx.
References RooAbsCollection::first(), fUpperLimit, and RooAbsCollection::getSize().
virtual void RooStats::SimpleInterval::SetConfidenceLevel | ( | Double_t | ) | [inline, virtual] |
virtual Double_t RooStats::SimpleInterval::ConfidenceLevel | ( | ) | const [inline, virtual] |
Implements RooStats::ConfInterval.
Definition at line 44 of file SimpleInterval.h.
References fConfidenceLevel.
virtual Double_t RooStats::SimpleInterval::LowerLimit | ( | ) | [inline, virtual] |
Definition at line 47 of file SimpleInterval.h.
References fLowerLimit.
Referenced by FourBinInstructional(), IntervalExamples(), rs701_BayesianCalculator(), and StandardBayesianNumericalDemo().
virtual Double_t RooStats::SimpleInterval::UpperLimit | ( | ) | [inline, virtual] |
Definition at line 49 of file SimpleInterval.h.
References fUpperLimit.
Referenced by FourBinInstructional(), IntervalExamples(), rs701_BayesianCalculator(), and StandardBayesianNumericalDemo().
RooArgSet * SimpleInterval::GetParameters | ( | ) | const [virtual] |
Implements RooStats::ConfInterval.
Definition at line 98 of file SimpleInterval.cxx.
References RooAbsCollection::equals(), and RooAbsCollection::getSize().
RooStats::SimpleInterval::ClassDef | ( | SimpleInterval | , | |
1 | ||||
) | [protected] |
Implements RooStats::ConfInterval.
virtual void RooStats::SimpleInterval::SetConfidenceLevel | ( | Double_t | ) | [inline, virtual] |
virtual Double_t RooStats::SimpleInterval::ConfidenceLevel | ( | ) | const [inline, virtual] |
Implements RooStats::ConfInterval.
Definition at line 44 of file SimpleInterval.h.
References fConfidenceLevel.
virtual Double_t RooStats::SimpleInterval::LowerLimit | ( | ) | [inline, virtual] |
virtual Double_t RooStats::SimpleInterval::UpperLimit | ( | ) | [inline, virtual] |
virtual RooArgSet* RooStats::SimpleInterval::GetParameters | ( | ) | const [virtual] |
Implements RooStats::ConfInterval.
Implements RooStats::ConfInterval.
RooStats::SimpleInterval::ClassDef | ( | SimpleInterval | , | |
1 | ||||
) | [protected] |
Double_t RooStats::SimpleInterval::fLowerLimit [protected] |
Double_t RooStats::SimpleInterval::fUpperLimit [protected] |
Double_t RooStats::SimpleInterval::fConfidenceLevel [protected] |
Definition at line 66 of file SimpleInterval.h.
Referenced by ConfidenceLevel(), RooStats::HypoTestInverterResult::SetConfidenceLevel(), and RooStats::HypoTestInverterResult::SetTestSize().