phyper
Hypergeometric tail calculations
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
phyper.hpp File Reference

Compute hypergeometric tail probabilities. More...

#include <cmath>
Include dependency graph for phyper.hpp:

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)
 

Detailed Description

Compute hypergeometric tail probabilities.