#include <FeldmanCousinsBinomialInterval.h>
|
const char * | name () const |
|
|
enum | tail_type { equal_tailed,
lower_tailed,
upper_tailed
} |
|
void | calculate (const double X, const double n) |
|
bool | find_rho_set (const double rho, const int ntot, int &x_l, int &x_r) const |
|
bool | neyman (const int ntot, const int nrho, double *rho, double *x_l, double *x_r) |
|
double | alpha () const |
|
bool | contains (double rho) |
|
double | coverage_prob (const double rho, const int trials) |
|
void | dump (const int trials_min, const int trials_max) |
|
void | init (const double alpha, const tail_type t=equal_tailed) |
|
double | length () const |
|
double | lower () const |
|
void | scan_ntot (const double rho, const int ntot_min, const int ntot_max, double *ntot, double *prob) |
|
void | scan_rho (const int ntot, const int nrho, double *rho, double *prob) |
|
double | upper () const |
|
void | set (double l, double u) |
|
double | alpha_ |
|
double | alpha_min_ |
|
double | kappa2_ |
|
double | kappa_ |
|
double | lower_ |
|
tail_type | type_ |
|
double | upper_ |
|
const char* FeldmanCousinsBinomialInterval::name |
( |
void |
| ) |
const |
|
inlineprivatevirtual |