| Download a pdf copy of this help file here |
See also: Hypergeometric process

Format: VoseHypergeoM(s, n, M,max, U)
A HypergeoM(s, n, M,max, U ) is a discrete bounded distribution used to estimate the size of a population in a Hypergeometric process.

The HypergeoM distribution models the size of a population M when one knows the sub-population size D, the size of a random sample taken n, and the number in that sample that were from the sub-population s.
Since we have already observed n from this population, and (D - s) are known to exist though they weren’t in the sample, the HypergeoM is bounded on [n + D - s, max].
There are four parameters for a Hypergeometric process: s, n, D, M. Knowing any three allows us to construct a distribution to estimate the fourth – see Hypergeometric process.
With knowledge of s,n and D we still have no information that allows us to place a maximum bound on the population size M. The max parameter gets round this, but places the emphasis on you – the user – to select a suitable maximum value.
VoseHypergeoM generates values from this distribution or calculates a percentile. Professional and Industrial editions only.
VoseHypergeoMObject constructs a distribution object for this distribution. Professional and Industrial editions only.
VoseHypergeoMProb returns the probability mass or cumulative distribution function for this distribution. Professional and Industrial editions only.
VoseHypergeoMProb10 returns the log10 of the probability mass or cumulative distribution function. Professional and Industrial editions only.