62 for (i=0 ; i<1000 ; i++) {
63 getPoissonIntervalCalc(i,_poissonLoLUT[i],_poissonHiLUT[i],1.) ;
81 if (n<1000 && nSigma==1.) {
82 mu1=_poissonLoLUT[
n] ;
83 mu2=_poissonHiLUT[
n] ;
88 Bool_t ret = getPoissonIntervalCalc(n,mu1,mu2,nSigma) ;
105 oocoutE((
TObject*)0,
Plotting) <<
"RooHistError::getPoissonInterval: cannot calculate interval for n = " << n << endl;
111 mu1= n -
sqrt(n+0.25) + 0.5;
112 mu2= n +
sqrt(n+0.25) + 0.5;
120 return getInterval(&upper,&lower,(
Double_t)n,1.0,mu1,mu2,nSigma);
124 return getInterval(&upper,0,(
Double_t)n,1.0,mu1,mu2,nSigma);
137 oocoutE((
TObject*)0,
Plotting) <<
"RooHistError::getPoissonInterval: cannot calculate interval for n,m = " << n <<
"," << m << endl;
142 if(n == 0 && m == 0) {
149 if ((n>100&&m>100)) {
153 Double_t approxErr =
sqrt(4.0*n/(N+M)*(1-N/(N+M))/(N+M)) ;
155 asym1 = asym-nSigma*approxErr ;
156 asym2 = asym+nSigma*approxErr ;
174 status= getInterval(&upper,&lower,(
Double_t)(n-m)/(n+m),0.1,asym1,asym2,nSigma);
177 status= getInterval(&upper,0,(
Double_t)(n-m)/(n+m),0.1,asym1,asym2,nSigma);
200 oocoutE((
TObject*)0,
Plotting) <<
"RooHistError::getPoissonInterval: cannot calculate interval for n,m = " << n <<
"," << m << endl;
205 if(n == 0 && m == 0) {
216 Double_t approxErr =
sqrt(4.0*n/(N+M)*(1-N/(N+M))/(N+M)) ;
218 asym1 = asym-nSigma*0.5*approxErr ;
219 asym2 = asym+nSigma*0.5*approxErr ;
238 status= getInterval(&upper,&lower,eff,0.1,asym1,asym2,nSigma*0.5);
241 status= getInterval(&upper,0,eff,0.1,asym1,asym2,nSigma*0.5);
266 assert(0 != Qu || 0 != Ql);
275 if(0 != Ql) loProb= (*Ql)(&pointEstimate);
276 if(0 != Qu) hiProb= (*Qu)(&pointEstimate);
278 if (Qu && (0 == Ql || loProb > alpha + beta)) {
282 hi= seek(*Qu,lo,+stepSize,target);
284 ok= uFinder.
findRoot(hi,hi-stepSize,hi,target);
286 else if(Ql && (0 == Qu || hiProb < alpha)) {
290 lo= seek(*Ql,hi,-stepSize,target);
292 ok= lFinder.
findRoot(lo,lo,lo+stepSize,target);
296 lo= seek(*Ql,pointEstimate,-stepSize,alpha+beta);
297 hi= seek(*Qu,pointEstimate,+stepSize,alpha);
299 ok= lFinder.findRoot(lo,lo,lo+stepSize,alpha+beta);
300 ok|= uFinder.
findRoot(hi,hi-stepSize,hi,alpha);
320 while(steps-- && (f0*(
f(&
x)-value) >= 0) && ((
x-
min)*(
max-
x) >= 0));
Bool_t getBinomialIntervalEff(Int_t n, Int_t m, Double_t &a1, Double_t &a2, Double_t nSigma=1) const
Return 'nSigma' binomial confidence interval for (n,m).
static Vc_ALWAYS_INLINE int_v min(const int_v &x, const int_v &y)
Double_t seek(const RooAbsFunc &f, Double_t startAt, Double_t step, Double_t value) const
Scan f(x)-value until it changes sign.
static RooAbsFunc * createPoissonSum(Int_t n)
Create and return a PoissonSum function binding.
Bool_t getBinomialIntervalAsym(Int_t n, Int_t m, Double_t &a1, Double_t &a2, Double_t nSigma=1) const
Return 'nSigma' binomial confidence interval for (n,m).
Bool_t getPoissonIntervalCalc(Int_t n, Double_t &mu1, Double_t &mu2, Double_t nSigma=1) const
Calculate a confidence interval for the expected number of events given n observed (unweighted) event...
double beta(double x, double y)
Calculates the beta function.
Bool_t getPoissonInterval(Int_t n, Double_t &mu1, Double_t &mu2, Double_t nSigma=1) const
Return a confidence interval for the expected number of events given n observed (unweighted) events...
Bool_t getInterval(const RooAbsFunc *Qu, const RooAbsFunc *Ql, Double_t pointEstimate, Double_t stepSize, Double_t &lo, Double_t &hi, Double_t nSigma) const
Calculate a confidence interval using the cumulative functions provided.
Double_t Erf(Double_t x)
Computation of the error function erf(x).
virtual Double_t getMinLimit(UInt_t dimension) const =0
static const RooHistError & instance()
Return a reference to a singleton object that is created the first time this method is called...
RooHistError()
Construct our singleton object.
virtual Double_t getMaxLimit(UInt_t dimension) const =0
static Vc_ALWAYS_INLINE int_v max(const int_v &x, const int_v &y)
Mother of all ROOT objects.
static RooAbsFunc * createBinomialSum(Int_t n, Int_t m, Bool_t eff)
Create and return a BinomialSum function binding.
virtual Bool_t findRoot(Double_t &result, Double_t xlo, Double_t xhi, Double_t value=0) const
Do the root finding using the Brent-Decker method.
float type_of_call hi(const int &, const int &)