Common probability distributions
Many probability distributions capture various real-world patterns, from equally likely outcomes to natural variation around an average or the frequency of rare events. Understanding these distributions helps analysts choose appropriate models, interpret data correctly, and make informed predictions across fields such as science, economics, engineering, and social research.
The most common probability distributions are described below, where functions of the form represents the probability mass function (PMF) of a discrete random variable , and functions of the form represents the probability density function (PDF) of a continuous random variable . Some are described in terms of a collection of independent and identically distributed (IID) random variables, where each random variable has the same probability distribution as the others and all are mutually independent.
- Uniform (discrete)
- Uniform (continuous)
- Bernoulli
- Binomial
- Poisson
- Geometric
- Exponential
- Normal (Gaussian, )
- Pascal
- Erlang
- Hypergeometric
Uniform (discrete)
The uniform (discrete) distribution models a scenario where the integers from to are all equally likely to occur.
The PMF is:
The expected value is:
The variance is:
Uniform (continuous)
The uniform (continuous) distribution models a scenario where the real numbers from to are all equally likely to occur.
The PDF is:
The expected value is:
The variance is:
Bernoulli
The Bernoulli distribution models the number of successes (either or ) coming up in a single flip of a biased coin, where is the probability of the coin flipping a “success” (e.g., heads).
The PMF is:
The expected value is:
The variance is:
Binomial
The binomial distribution models the number of successes in flips of a biased coin, where is the probability of the coin flipping a “success” (e.g., heads). The binomial distribution is the sum of IID Bernoulli RVs, and may be considered the “converse” of the Pascal distribution (see below) in the sense that the binomial distribution fixes the number of flips and models the number of successes, whereas the Pascal distribution fixes the number of successes and models the number of flips.
The PMF is:
The expected value is:
The variance is:
Poisson
The Poisson distribution models the number of events in a unit time interval of a Poisson process. The Poisson distribution approximates the binomial when is large and is small, so . The Poisson distribution may be considered the “converse” of the Erlang distribution (see below) in the sense that the Poisson distribution fixes the length of the time interval and models the number of events, whereas the Erlang distribution fixes the number of events and models the length of the time interval.
The PMF is:
The expected value is:
The variance is:
Geometric
The geometric distribution models the number of tries until the first success in a sequence of independent flips of a biased coin, where is the probability of the coin flipping a “success” (e.g., heads). The geometric distribution is equivalent to a Pascal distribution (see below) for just a single success.
The PMF is:
The expected value is:
The variance is:
Exponential
The exponential distribution models the wait time until the first event in a Poisson process. The exponential distribution is equivalent to an Erlang distribution for just a single success, and it approximates the geometric distribution when is very small, so , .
The PDF is:
The expected value is:
The variance is:
Normal (Gaussian, )
The normal (Gaussian, ) distribution, the so-called “bell curve,” models many real-life scenarios and is one of the most important probability distributions. The mean of nearly every arbitrary IID random variable approaches the normal distribution due to the central limit theorem.
The PDF is:
The expected value is:
The variance is:
Pascal
The Pascal (or “negative binomial”) distribution models the number of tries until the th success in a sequence of independent flips of a biased coin, where is the probability of the coin flipping a “success” (e.g., heads). is the sum of IID geometric RVs. The Pascal distribution may be considered the “converse” of the binomial distribution in the sense that the binomial distribution fixes the number of flips and models the number of successes, whereas the Pascal distribution fixes the number of successes and models the number of flips.
The PMF is:
The expected value is:
The variance is:
Erlang
The Erlang distribution models the wait time until the th success in a Poisson process. is the sum of IID exponential random variables. The Erlang distribution approximates the Pascal distribution when is very small, and may be considered the “converse” of the Poisson distribution in the sense that the Poisson distribution fixes the length of the time interval and models the number of events, whereas the Erlang distribution fixes the number of events and models the length of the time interval.
The PDF is:
The expected value is:
The variance is:
Hypergeometric
The hypergeometric distribution models the scenario of an urn that contains marbles, of which are green and are red. A total of marbles are drawn without replacement. is the random variable whose outcome is , the number of green marbles drawn. The hypergeometric distribution reduces to the binomial distribution when and , where .
The PMF is:
The expected value is:
The variance is: