121 for (
int i = 0; i <
data.numEntries(); i++) {
122 value +=
data.get(i)->getRealValue(fColumnName.c_str());
126 virtual const TString GetVarName()
const {
return fColumnName; }
177 w->factory(
"Uniform::f(m[0,1])");
178 w->factory(
"ExtendPdf::px(f,sum::splusb(s[0,0,100],b[100,0.1,300]))");
179 w->factory(
"Poisson::py(y[100,0.1,500],prod::taub(tau[1.],b))");
180 w->factory(
"PROD::model(px,py)");
181 w->factory(
"Uniform::prior_b(b)");
201 double p_Bi = NumberCountingUtils::BinomialWithTauObsP(150, 100, 1);
202 double Z_Bi = NumberCountingUtils::BinomialWithTauObsZ(150, 100, 1);
203 cout <<
"-----------------------------------------" << endl;
204 cout <<
"Part 3" << endl;
205 std::cout <<
"Z_Bi p-value (analytic): " <<
p_Bi << std::endl;
206 std::cout <<
"Z_Bi significance (analytic): " <<
Z_Bi << std::endl;
230 w->defineSet(
"obs",
"m");
231 w->defineSet(
"poi",
"s");
236 std::unique_ptr<RooDataSet>
data{
w->pdf(
"px")->generate(*
w->set(
"obs"), 150)};
243 b_model.SetObservables(*
w->set(
"obs"));
244 b_model.SetParametersOfInterest(*
w->set(
"poi"));
245 w->var(
"s")->setVal(0.0);
246 b_model.SetSnapshot(*
w->set(
"poi"));
252 sb_model.SetParametersOfInterest(*
w->set(
"poi"));
253 w->var(
"s")->setVal(50.0);
287 w->factory(
"Gaussian::gauss_prior(b,y, expr::sqrty('sqrt(y)',y))");
291 w->factory(
"Lognormal::lognorm_prior(b,y, expr::kappa('1+1./sqrt(y)',y))");
315 hc1.ForcePriorNuisanceAlt(*
w->pdf(
"py"));
316 hc1.ForcePriorNuisanceNull(*
w->pdf(
"py"));
337 cout <<
"-----------------------------------------" << endl;
338 cout <<
"Part 4" << endl;
369 hc2.ForcePriorNuisanceAlt(*
w->pdf(
"py"));
370 hc2.ForcePriorNuisanceNull(*
w->pdf(
"py"));
390 cout <<
"-----------------------------------------" << endl;
391 cout <<
"Part 5" << endl;
#define ClassDef(name, id)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
Abstract base class for binned and unbinned datasets.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
static RooMsgService & instance()
Return reference to singleton instance.
Same purpose as HybridCalculatorOriginal, but different implementation.
This class provides the plots for the result of a study performed with any of the HypoTestCalculatorG...
HypoTestResult is a base class for results from hypothesis tests.
ModelConfig is a simple class that holds configuration information specifying how a model should be u...
NumEventsTestStat is a simple implementation of the TestStatistic interface used for simple number co...
Holds configuration options for proof and proof-lite.
TestStatistic class that returns -log(L[null] / L[alt]) where L is the likelihood.
TestStatistic is an interface class to provide a facility for construction test statistics distributi...
ToyMCSampler is an implementation of the TestStatSampler interface.
Persistable container for RooFit projects.
void Divide(Int_t nx=1, Int_t ny=1, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0) override
Automatic pad generation by division.
void Start(Bool_t reset=kTRUE)
Start the stopwatch.
void Stop()
Stop the stopwatch.
void Print(Option_t *option="") const override
Print the real and cpu time passed between the start and stop events.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
MsgLevel
Verbosity level for RooMsgService::StreamConfig in RooMsgService.
Namespace for the RooStats classes.