Hypergeometric Distribution

Distributions related to the Hypergeometric Equation:

Distributions related to the Hypergeometric Equation

where m, n, a, and b are integers satisfying max{0, n-b} ≤ m ≤ min{n, a}, and 0 for m elsewhere.

dhypergeom(m, a, b, n) Returns the probability density for the hypergeometric distribution.

phypergeom(m, a, b, n) Returns the cumulative probability distribution.

qhypergeom(p, a, b, n) Returns the inverse cumulative probability distribution for probability p.

rhypergeom(m, a, b, n) Returns a vector of m random numbers having the hypergeometric distribution.

Arguments:

Notes: