#include "RooStats/NumberCountingUtils.h"
#include "RooStats/RooStatsUtils.h"
Go to the source code of this file.
Functions | |
Double_t | RooStats::NumberCountingUtils::BinomialExpP (Double_t signalExp, Double_t backgroundExp, Double_t relativeBkgUncert) |
Double_t | RooStats::NumberCountingUtils::BinomialWithTauExpP (Double_t signalExp, Double_t backgroundExp, Double_t tau) |
Double_t | RooStats::NumberCountingUtils::BinomialObsP (Double_t mainObs, Double_t backgroundObs, Double_t relativeBkgUncert) |
Double_t | RooStats::NumberCountingUtils::BinomialWithTauObsP (Double_t mainObs, Double_t auxiliaryObs, Double_t tau) |
Double_t | RooStats::NumberCountingUtils::BinomialExpZ (Double_t signalExp, Double_t backgroundExp, Double_t relativeBkgUncert) |
Double_t | RooStats::NumberCountingUtils::BinomialWithTauExpZ (Double_t signalExp, Double_t backgroundExp, Double_t tau) |
Double_t | RooStats::NumberCountingUtils::BinomialObsZ (Double_t mainObs, Double_t backgroundObs, Double_t relativeBkgUncert) |
Double_t | RooStats::NumberCountingUtils::BinomialWithTauObsZ (Double_t mainObs, Double_t auxiliaryObs, Double_t tau) |