PoissonCI Class Reference

Poisson Confidence Interval. More...

#include <XeStat.h>

Inheritance diagram for PoissonCI:
CI solvable XeStat XeMath XeMath XeObject XeCore XeCore XeCore

List of all members.

Public Member Functions

void computeLimits (double CL=DEFAULT_CL)
void computeLimits (int nObserved, double CL=DEFAULT_CL)
double coverage (double sigma, double CL=DEFAULT_CL)
bool expectsBackground ()
SignalAndBackgroundgetSignalAndBackground ()
double getValue (double sigma)
 'f' to be implemented in the equation f(x)=0
double oneLimit (int currentMode, double CL)
 PoissonCI (double sigToE=1., double bkg=0., int mode=UNDEFINED_INT)
 PoissonCI (SignalAndBackground *sb, int mode=UNDEFINED_INT)
void setBackground (double b=0.)
void setEfficiency (double e=1.)
void setExposure (double exposure=1.)
void setNObserved (int observed)
void setNObservedAsBackground ()
void setSignalAndBackground (SignalAndBackground *sb)
void setSigToEvents (double v=1.)
double upperSigma (double CL=DEFAULT_CL)

Static Public Member Functions

static bool expectsBackground (int mode)
static double lowerLimit (int m, int nObs, double bkg, double CL)
static double upperLimit (int m, int nObs, double bkg, double CL)

Protected Attributes

int currentMode
bool deleteSB
SignalAndBackgroundSB

Detailed Description

Poisson Confidence Interval.


The documentation for this class was generated from the following file:
 All Classes Functions Variables

Generated on 10 Apr 2015 for Xephyr by  doxygen 1.6.1