CI Class Reference
Simple Confidence Interval.
More...
#include <XeStat.h>
List of all members.
Public Member Functions |
|
void | applyCLs (bool doIt) |
|
| CI (int mode=UNDEFINED_INT) |
|
double | getLowerLimit () |
|
double | getUpperLimit () |
|
bool | isCLsApplied () |
|
bool | isInside (double x) |
|
bool | withLowerLimit () |
|
bool | withUpperLimit () |
Static Protected Member Functions |
|
static bool | isSingleLowerLimit (int mode) |
|
static bool | isSingleUpperLimit (int mode) |
|
static bool | withCLs (int mode) |
|
static bool | withLowerLimit (int mode) |
|
static bool | withUpperLimit (int mode) |
Protected Attributes |
|
bool | doApplyCLs |
|
double | LowerLimit |
|
int | mode |
|
double | UpperLimit |
|
bool | withLower |
|
bool | withUpper |
Detailed Description
Simple Confidence Interval.
This is a virtual class
The documentation for this class was generated from the following file:
- /home/lellouch/Dropbox/Xenon/Xephyr/XeStat.h