|
phyper
Hypergeometric tail calculations in C++
|
Compute hypergeometric tail probabilities. More...
#include <cmath>#include <limits>
Go to the source code of this file.
Classes | |
| struct | phyper::Options |
Options for compute(). More... | |
Namespaces | |
| namespace | phyper |
| Compute hypergeometric tail probabilities. | |
Functions | |
| template<typename Count_ > | |
| double | phyper::compute (Count_ drawn_inside, Count_ num_inside, Count_ num_outside, const Count_ num_drawn, const Options &options) |
Compute hypergeometric tail probabilities.