Same purpose as HybridCalculatorOriginal, but different implementation.
This class implements the Hypothesis test calculation using an hybrid (frequentist/bayesian) procedure.A frequentist sampling of the test statistic distribution is obtained but with marginalization of the nuisance parameters. The toys are generated by sampling the nuisance parameters according to their prior distribution.
The use of the of ToyMCSampler as the TestStatSampler is assumed.
Definition at line 22 of file HybridCalculator.h.
Public Member Functions | |
| HybridCalculator (const RooAbsData &data, const ModelConfig &altModel, const ModelConfig &nullModel, TestStatSampler *sampler=nullptr) | |
| ~HybridCalculator () override | |
| virtual void | ForcePriorNuisanceAlt (RooAbsPdf &priorNuisance) |
| virtual void | ForcePriorNuisanceNull (RooAbsPdf &priorNuisance) |
| Override the distribution used for marginalizing nuisance parameters that is inferred from ModelConfig. | |
| const ModelConfig * | GetAlternateModel (void) const |
| const RooAbsData * | GetData (void) const |
| virtual const RooArgSet * | GetFitInfo () const |
| HypoTestResult * | GetHypoTest () const override |
| inherited methods from HypoTestCalculator interface | |
| const ModelConfig * | GetNullModel (void) const |
| TestStatSampler * | GetTestStatSampler (void) const |
| Returns instance of TestStatSampler. | |
| TClass * | IsA () const override |
| void | SetAlternateModel (const ModelConfig &altModel) override |
| Set the model for the alternate hypothesis. | |
| virtual void | SetCommonModel (const ModelConfig &model) |
| Set a common model for both the null and alternate, add to the workspace if not already there. | |
| void | SetData (RooAbsData &data) override |
| Set the DataSet. | |
| void | SetNToysInTails (int toysNull, int toysAlt) |
| set least number of toys in tails | |
| void | SetNullModel (const ModelConfig &nullModel) override |
| Set the model for the null hypothesis. | |
| void | SetToys (int toysNull, int toysAlt) |
| set number of toys | |
| void | Streamer (TBuffer &) override |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
| void | UseSameAltToys () |
| Set this for re-using always the same toys for alternate hypothesis in case of calls at different null parameter points This is useful to get more stable bands when running the HypoTest inversion. | |
Static Public Member Functions | |
| static TClass * | Class () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
Protected Member Functions | |
| int | CheckHook (void) const override |
| check whether all input is consistent | |
| virtual void | PostHook () const |
| int | PreAltHook (RooArgSet *, double obsTestStat) const override |
| configure TestStatSampler for the Alt run | |
| virtual void | PreHook () const |
| int | PreNullHook (RooArgSet *, double obsTestStat) const override |
| configure TestStatSampler for the Null run | |
Protected Attributes | |
| const ModelConfig * | fAltModel |
| unsigned int | fAltToysSeed |
| const RooAbsData * | fData |
| TestStatSampler * | fDefaultSampler |
| TestStatistic * | fDefaultTestStat |
| int | fNToysAlt |
| int | fNToysAltTail |
| int | fNToysNull |
| int | fNToysNullTail |
| const ModelConfig * | fNullModel |
| RooAbsPdf * | fPriorNuisanceAlt |
| bool | fPriorNuisanceAltExternal = false |
| RooAbsPdf * | fPriorNuisanceNull |
| bool | fPriorNuisanceNullExternal = false |
| TestStatSampler * | fTestStatSampler |
Private Member Functions | |
| SamplingDistribution * | GenerateSamplingDistribution (ModelConfig *thisModel, double obsTestStat, RooAbsPdf *impDens=nullptr, const RooArgSet *impSnapshot=nullptr) const |
| void | SetAdaptiveLimits (double obsTestStat, bool forNull) const |
| void | SetupSampler (const ModelConfig &model) const |
| common setup for both models | |
#include <RooStats/HybridCalculator.h>
|
inline |
Definition at line 25 of file HybridCalculator.h.
|
inlineoverride |
Definition at line 41 of file HybridCalculator.h.
|
overrideprotectedvirtual |
check whether all input is consistent
Reimplemented from RooStats::HypoTestCalculatorGeneric.
Definition at line 36 of file HybridCalculator.cxx.
|
static |
|
static |
|
inlinestaticconstexpr |
Definition at line 107 of file HybridCalculator.h.
|
inlinestatic |
Definition at line 107 of file HybridCalculator.h.
|
inlinevirtual |
Definition at line 53 of file HybridCalculator.h.
|
inlinevirtual |
Override the distribution used for marginalizing nuisance parameters that is inferred from ModelConfig.
Definition at line 48 of file HybridCalculator.h.
|
privateinherited |
|
inlineinherited |
Definition at line 57 of file HypoTestCalculatorGeneric.h.
|
inlineinherited |
Definition at line 52 of file HypoTestCalculatorGeneric.h.
|
inlinevirtualinherited |
Reimplemented in RooStats::FrequentistCalculator.
Definition at line 54 of file HypoTestCalculatorGeneric.h.
|
overridevirtualinherited |
inherited methods from HypoTestCalculator interface
several possibilities: no prior nuisance given and no nuisance parameters: ok no prior nuisance given but nuisance parameters: error prior nuisance given for some nuisance parameters:
Implements RooStats::HypoTestCalculator.
Definition at line 117 of file HypoTestCalculatorGeneric.cxx.
|
inlineinherited |
Definition at line 53 of file HypoTestCalculatorGeneric.h.
|
inlineinherited |
Returns instance of TestStatSampler.
Use to change properties of TestStatSampler, e.g. GetTestStatSampler.SetTestSize(double size);
Definition at line 63 of file HypoTestCalculatorGeneric.h.
|
inlineoverridevirtual |
Reimplemented from RooStats::HypoTestCalculator.
Definition at line 107 of file HybridCalculator.h.
|
inlineprotectedvirtualinherited |
Reimplemented in RooStats::FrequentistCalculator.
Definition at line 77 of file HypoTestCalculatorGeneric.h.
|
overrideprotectedvirtual |
configure TestStatSampler for the Alt run
Reimplemented from RooStats::HypoTestCalculatorGeneric.
Definition at line 102 of file HybridCalculator.cxx.
|
inlineprotectedvirtualinherited |
Reimplemented in RooStats::FrequentistCalculator.
Definition at line 76 of file HypoTestCalculatorGeneric.h.
|
overrideprotectedvirtual |
configure TestStatSampler for the Null run
Reimplemented from RooStats::HypoTestCalculatorGeneric.
Definition at line 52 of file HybridCalculator.cxx.
|
privateinherited |
|
inlineoverridevirtual |
Set the model for the alternate hypothesis.
Implements RooStats::HypoTestCalculator.
Definition at line 66 of file HybridCalculator.h.
|
inlinevirtualinherited |
Set a common model for both the null and alternate, add to the workspace if not already there.
Definition at line 70 of file HypoTestCalculator.h.
|
inlineoverridevirtualinherited |
Set the DataSet.
Implements RooStats::HypoTestCalculator.
Definition at line 59 of file HypoTestCalculatorGeneric.h.
set least number of toys in tails
Definition at line 77 of file HybridCalculator.h.
|
inlineoverridevirtual |
Set the model for the null hypothesis.
Implements RooStats::HypoTestCalculator.
Definition at line 59 of file HybridCalculator.h.
set number of toys
Definition at line 74 of file HybridCalculator.h.
|
privateinherited |
common setup for both models
Definition at line 88 of file HypoTestCalculatorGeneric.cxx.
|
overridevirtual |
Reimplemented from RooStats::HypoTestCalculator.
|
inline |
Definition at line 107 of file HybridCalculator.h.
|
inherited |
Set this for re-using always the same toys for alternate hypothesis in case of calls at different null parameter points This is useful to get more stable bands when running the HypoTest inversion.
to re-use same toys for alternate hypothesis
Definition at line 276 of file HypoTestCalculatorGeneric.cxx.
|
protectedinherited |
Definition at line 80 of file HypoTestCalculatorGeneric.h.
|
protectedinherited |
Definition at line 87 of file HypoTestCalculatorGeneric.h.
|
protectedinherited |
Definition at line 82 of file HypoTestCalculatorGeneric.h.
|
protectedinherited |
Definition at line 84 of file HypoTestCalculatorGeneric.h.
|
protectedinherited |
Definition at line 85 of file HypoTestCalculatorGeneric.h.
|
protected |
Definition at line 100 of file HybridCalculator.h.
|
protected |
Definition at line 104 of file HybridCalculator.h.
|
protected |
Definition at line 99 of file HybridCalculator.h.
|
protected |
Definition at line 103 of file HybridCalculator.h.
|
protectedinherited |
Definition at line 81 of file HypoTestCalculatorGeneric.h.
|
protected |
Definition at line 91 of file HybridCalculator.h.
|
protected |
Definition at line 96 of file HybridCalculator.h.
|
protected |
Definition at line 90 of file HybridCalculator.h.
|
protected |
Definition at line 95 of file HybridCalculator.h.
|
protectedinherited |
Definition at line 83 of file HypoTestCalculatorGeneric.h.