phyper
Hypergeometric tail calculations
|
Compute hypergeometric tail probabilities. More...
#include <cmath>
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, Count_ num_drawn, const Options &options) |
Compute hypergeometric tail probabilities.