Definition at line 35 of file DebuggingSampler.h.
Public Member Functions | |
DebuggingSampler () | |
~DebuggingSampler () override | |
double | ConfidenceLevel () const override |
Get the Confidence level for the test. | |
double | EvaluateTestStatistic (RooAbsData &, RooArgSet &) override |
Main interface to evaluate the test statistic on a dataset. | |
SamplingDistribution * | GetSamplingDistribution (RooArgSet ¶msOfInterest) override |
Main interface to get a ConfInterval, pure virtual. | |
TestStatistic * | GetTestStatistic () const override |
Get the TestStatistic. | |
void | Initialize (RooAbsArg &, RooArgSet &, RooArgSet &) override |
Common Initialization. | |
TClass * | IsA () const override |
void | SetConfidenceLevel (double cl) override |
set the confidence level for the interval (eg. 0.95 for a 95% Confidence Interval) | |
void | SetGlobalObservables (const RooArgSet &) override |
specify the conditional observables | |
void | SetNuisanceParameters (const RooArgSet &) override |
specify the nuisance parameters (eg. the rest of the parameters) | |
virtual void | SetParameters (RooArgSet &) |
specify the parameters of interest in the interval | |
void | SetParametersForTestStat (const RooArgSet &) override |
specify the values of parameters used when evaluating test statistic | |
void | SetPdf (RooAbsPdf &) override |
Set the Pdf, add to the workspace if not already there. | |
void | SetTestSize (double size) override |
set the size of the test (rate of Type I error) ( Eg. 0.05 for a 95% Confidence Interval) | |
void | SetTestStatistic (TestStatistic *) override |
Set the TestStatistic (want the argument to be a function of the data & parameter points. | |
void | Streamer (TBuffer &) override |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from RooStats::TestStatSampler | |
virtual | ~TestStatSampler () |
virtual void | SetObservables (const RooArgSet &)=0 |
specify the observables in the dataset (needed to evaluate the test statistic) | |
virtual void | SetPriorNuisance (RooAbsPdf *)=0 |
How to randomize the prior. Set to nullptr to deactivate randomization. | |
virtual void | SetSamplingDistName (const char *name)=0 |
Set the name of the sampling distribution used for plotting. | |
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 () |
Static Public Member Functions inherited from RooStats::TestStatSampler | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Private Attributes | |
TRandom * | fRand |
double | fSize |
RooRealVar * | fTestStatistic |
#include <RooStats/DebuggingSampler.h>
|
inline |
Definition at line 38 of file DebuggingSampler.h.
|
inlineoverride |
Definition at line 42 of file DebuggingSampler.h.
|
static |
|
inlinestaticconstexpr |
Definition at line 108 of file DebuggingSampler.h.
|
inlineoverridevirtual |
Get the Confidence level for the test.
Implements RooStats::TestStatSampler.
Definition at line 73 of file DebuggingSampler.h.
|
inlinestatic |
Definition at line 108 of file DebuggingSampler.h.
|
inlineoverridevirtual |
Main interface to evaluate the test statistic on a dataset.
Implements RooStats::TestStatSampler.
Definition at line 60 of file DebuggingSampler.h.
|
inlineoverridevirtual |
Main interface to get a ConfInterval, pure virtual.
Implements RooStats::TestStatSampler.
Definition at line 48 of file DebuggingSampler.h.
|
inlineoverridevirtual |
Get the TestStatistic.
Implements RooStats::TestStatSampler.
Definition at line 67 of file DebuggingSampler.h.
|
inlineoverridevirtual |
Common Initialization.
Implements RooStats::TestStatSampler.
Definition at line 76 of file DebuggingSampler.h.
|
inlineoverridevirtual |
Reimplemented from RooStats::TestStatSampler.
Definition at line 108 of file DebuggingSampler.h.
|
inlineoverridevirtual |
set the confidence level for the interval (eg. 0.95 for a 95% Confidence Interval)
Implements RooStats::TestStatSampler.
Definition at line 95 of file DebuggingSampler.h.
|
inlineoverridevirtual |
specify the conditional observables
Implements RooStats::TestStatSampler.
Definition at line 89 of file DebuggingSampler.h.
|
inlineoverridevirtual |
specify the nuisance parameters (eg. the rest of the parameters)
Implements RooStats::TestStatSampler.
Definition at line 85 of file DebuggingSampler.h.
|
inlinevirtual |
specify the parameters of interest in the interval
Definition at line 83 of file DebuggingSampler.h.
|
inlineoverridevirtual |
specify the values of parameters used when evaluating test statistic
Implements RooStats::TestStatSampler.
Definition at line 87 of file DebuggingSampler.h.
|
inlineoverridevirtual |
Set the Pdf, add to the workspace if not already there.
Implements RooStats::TestStatSampler.
Definition at line 80 of file DebuggingSampler.h.
|
inlineoverridevirtual |
set the size of the test (rate of Type I error) ( Eg. 0.05 for a 95% Confidence Interval)
Implements RooStats::TestStatSampler.
Definition at line 93 of file DebuggingSampler.h.
|
inlineoverridevirtual |
Set the TestStatistic (want the argument to be a function of the data & parameter points.
Implements RooStats::TestStatSampler.
Definition at line 98 of file DebuggingSampler.h.
|
overridevirtual |
Reimplemented from RooStats::TestStatSampler.
|
inline |
Definition at line 108 of file DebuggingSampler.h.
|
private |
Definition at line 105 of file DebuggingSampler.h.
|
private |
Definition at line 103 of file DebuggingSampler.h.
|
private |
Definition at line 104 of file DebuggingSampler.h.