Evaluates the hypergeometric cumulative density function.
double | CDF (int x, int a, int b, int n)
|
Evaluates the inverse of the hypergeometric cumulative density function.
int | CDF_inv (double p, int a, int b, int n)
|
Evaluates the hypergeometric probability density function.
double | PDF (int x, int a, int b, int n)
|