Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
NumberCountingUtils.h File Reference
#include "RtypesCore.h"
Include dependency graph for NumberCountingUtils.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  NumberCountingUtils
 RooStats standalone utilities.
 
namespace  RooStats
 Namespace for the RooStats classes.
 
namespace  RooStats::NumberCountingUtils
 

Functions

double RooStats::NumberCountingUtils::BinomialExpP (double sExp, double bExp, double fractionalBUncertainty)
 See BinomialExpP.
 
double RooStats::NumberCountingUtils::BinomialExpZ (double sExp, double bExp, double fractionalBUncertainty)
 Expected P-value for s=nullptr in a ratio of Poisson means.
 
double RooStats::NumberCountingUtils::BinomialObsP (double nObs, double, double fractionalBUncertainty)
 P-value for s=nullptr in a ratio of Poisson means.
 
double RooStats::NumberCountingUtils::BinomialObsZ (double nObs, double bExp, double fractionalBUncertainty)
 See BinomialObsP.
 
double RooStats::NumberCountingUtils::BinomialWithTauExpP (double sExp, double bExp, double tau)
 Expected P-value for s=nullptr in a ratio of Poisson means.
 
double RooStats::NumberCountingUtils::BinomialWithTauExpZ (double sExp, double bExp, double tau)
 See BinomialWithTauExpP.
 
double RooStats::NumberCountingUtils::BinomialWithTauObsP (double nObs, double bExp, double tau)
 P-value for s=nullptr in a ratio of Poisson means.
 
double RooStats::NumberCountingUtils::BinomialWithTauObsZ (double nObs, double bExp, double tau)
 See BinomialWithTauObsP.