ROOT  6.06/09
Reference Guide
Functions
RooStats::NumberCountingUtils Namespace Reference

Functions

Double_t BinomialExpZ (Double_t sExp, Double_t bExp, Double_t fractionalBUncertainty)
 
Double_t BinomialWithTauExpZ (Double_t sExp, Double_t bExp, Double_t tau)
 
Double_t BinomialObsZ (Double_t nObs, Double_t bExp, Double_t fractionalBUncertainty)
 
Double_t BinomialWithTauObsZ (Double_t nObs, Double_t bExp, Double_t tau)
 
Double_t BinomialExpP (Double_t sExp, Double_t bExp, Double_t fractionalBUncertainty)
 
Double_t BinomialWithTauExpP (Double_t sExp, Double_t bExp, Double_t tau)
 
Double_t BinomialObsP (Double_t nObs, Double_t, Double_t fractionalBUncertainty)
 
Double_t BinomialWithTauObsP (Double_t nObs, Double_t bExp, Double_t tau)
 

Function Documentation

Double_t RooStats::NumberCountingUtils::BinomialExpP ( Double_t  sExp,
Double_t  bExp,
Double_t  fractionalBUncertainty 
)

Definition at line 29 of file NumberCountingUtils.cxx.

Referenced by BinomialExpZ().

Double_t RooStats::NumberCountingUtils::BinomialExpZ ( Double_t  sExp,
Double_t  bExp,
Double_t  fractionalBUncertainty 
)

Definition at line 126 of file NumberCountingUtils.cxx.

Double_t RooStats::NumberCountingUtils::BinomialObsP ( Double_t  nObs,
Double_t  backgroundObs,
Double_t  fractionalBUncertainty 
)

Definition at line 90 of file NumberCountingUtils.cxx.

Referenced by BinomialObsZ().

Double_t RooStats::NumberCountingUtils::BinomialObsZ ( Double_t  nObs,
Double_t  bExp,
Double_t  fractionalBUncertainty 
)

Definition at line 137 of file NumberCountingUtils.cxx.

Double_t RooStats::NumberCountingUtils::BinomialWithTauExpP ( Double_t  sExp,
Double_t  bExp,
Double_t  tau 
)

Definition at line 74 of file NumberCountingUtils.cxx.

Referenced by BinomialWithTauExpZ().

Double_t RooStats::NumberCountingUtils::BinomialWithTauExpZ ( Double_t  sExp,
Double_t  bExp,
Double_t  tau 
)

Definition at line 131 of file NumberCountingUtils.cxx.

Double_t RooStats::NumberCountingUtils::BinomialWithTauObsP ( Double_t  nObs,
Double_t  bExp,
Double_t  tau 
)

Definition at line 111 of file NumberCountingUtils.cxx.

Referenced by BinomialWithTauObsZ().

Double_t RooStats::NumberCountingUtils::BinomialWithTauObsZ ( Double_t  nObs,
Double_t  bExp,
Double_t  tau 
)

Definition at line 142 of file NumberCountingUtils.cxx.