Hypergeometric random variables have these characteristics:
- The experiment consists of drawing elements without replacement from a set of elements, of which are S (success) and of which are F (failure).
- The hypergeometric random variable x is the number of S’s draw of n elements.
This is unlike bernouli distribution, because these outcomes are dependent upon one another. Assuming the first draw is odds of , then the next draw will either be or .
Probability distribution, mean, variance
x = maximum [0, n-(N-r)],… minimum (r, n)
- N :: number of elements
- r :: number of successes
- n :: number drawn
- x :: number of successes drawn in the n elements.