Two more discrete distributions for problems where the simple Bernoulli/Binomial model isn't quite right.
The Negative Binomial counts the number of trials until the -th success in independent Bernoulli trials:
with . It generalizes the Geometric, which is the case. Useful whenever you care about the time to the -th event rather than just the first.
The Hypergeometric models drawing items without replacement from a population of containing successes:
Without replacement matters when the population is small. As with fixed, the Hypergeometric converges to the Binomial — large populations look effectively independent.
Use Hypergeometric for card hands, ball-and-urn problems, audit sampling, and survey sampling from finite populations.