This document provides an overview of several discrete probability distributions:
- The discrete uniform distribution where each value has an equal probability of 1/k.
- The binomial distribution which models the number of successes in n independent yes/no trials with probability of success p.
- The hypergeometric distribution which models sampling without replacement from a finite population.
- The Poisson distribution which models the number of rare, independent events occurring in a fixed interval of time or space with a constant average rate λ.
Formulas are given for the probability mass functions and key properties like the mean and variance of each distribution. Examples are provided to illustrate calculating probabilities and distribution parameters.