Relationships Between Common Distributions
EssentialThe seven distributions studied in this series — Bernoulli, Binomial, Geometric, Poisson, Exponential, Gamma, and Normal — were not invented independently. They are members of a single family, connected by structural containment and asymptotic limits. Understanding these connections turns a collection of formulas into a coherent picture.
Structural (exact) relationships
Structural relationships hold for every value of the parameters, not just in some limiting regime.
Bernoulli is Binomial(, )
A Bernoulli() trial is the simplest possible case of the Binomial: it is a Binomial with . If , then — both are defined by , .
Binomial as a sum of Bernoulli indicators
More generally, is built directly from Bernoulli building blocks. If are independent with each , then
This is the very definition of the Binomial distribution, and it makes the mean and variance immediate via linearity and independence.
Geometric as repeated Bernoulli trials
The Geometric distribution arises when you repeat independent trials and ask: how many trials until the first success? The geometry of the PMF is a direct consequence of the independence of successive Bernoulli trials.
Exponential as the continuous analogue of Geometric
The Exponential distribution and the Geometric distribution are the only distributions on their respective domains ( and ) with the memorylessness property:
The Geometric models waiting times in discrete time (number of trials); the Exponential models waiting times in continuous time (elapsed duration). They are structurally identical — the Exponential is the continuous-time limit of the Geometric as the trial duration shrinks to zero while proportionally.
Exponential is Gamma(, )
The Gamma distribution with shape and rate has density
Setting and using gives , which is exactly . The Exponential is therefore the special case .
Gamma(, ) as a sum of Exponentials
For integer , the relationship goes further. If are independent with each , then
This can be verified by multiplying moment generating functions: the MGF of is , so the sum of independent copies has MGF , which is the MGF of .
Intuition. In a Poisson process with rate , the -th event arrives after exactly independent Exponential waiting times. The Gamma distribution captures the total waiting time until the -th arrival.
Limiting relationships
Limiting relationships describe how one distribution approximates another as a parameter grows large.
Binomial(, ) Poisson() as
The Poisson limit theorem (or law of rare events) states: if and with fixed, then for each ,
Sketch. The leading factor , the term contributes , and . Combining gives the Poisson PMF.
Interpretation. When many independent trials each have a very small success probability, but the expected total number of successes stays fixed, the count of successes is approximately Poisson. This is the regime of rare but possible events.
Poisson is infinitely divisible
The Poisson distribution has a natural additive structure. If and are independent, then
This follows directly from the MGF: and , so .
Conversely, any variable can be decomposed into the sum of independent variables for any . This infinite divisibility mirrors the fact that a Poisson process can always be split into finer and finer independent sub-processes.
Central Limit Theorem: normalised Binomial Normal
By the Central Limit Theorem, the standardised Binomial converges to the standard Normal. If , then and , so
This is a direct application of the CLT: is the sum of i.i.d. variables, each with mean and variance .
Gamma(, ) Normal as
Because is the sum of independent variables (each with mean and variance ), the CLT applies directly. The standardised Gamma
For large , the Gamma distribution is well approximated by .
A map of the family
All seven distributions form a directed graph of relationships. Reading it as a graph with edges labelled “is a special case of”, “is a sum of”, or “converges to”:
- Bernoulli Binomial (structural): is the sum of i.i.d. variables; .
- Binomial Poisson (limiting): as .
- Binomial Normal (limiting via CLT): the standardised converges to .
- Bernoulli Geometric (structural): the Geometric counts repeated Bernoulli trials until the first success.
- Geometric Exponential (continuous analogue / limit): the Exponential is the continuous-time version of the Geometric, sharing the memorylessness property.
- Exponential Gamma (structural): is the sum of i.i.d. variables; .
- Gamma Normal (limiting via CLT): the standardised converges to as .
Two separate paths lead from Bernoulli to Normal: the direct path through Binomial and CLT, and the path through Geometric, Exponential, Gamma, and CLT. Both converge at the same fixed point — the Normal distribution, which is the universal attractor of standardised sums.
Summary
- Bernoulli is ; is the sum of i.i.d. Bernoulli variables (structural).
- Geometric models first-success time in repeated Bernoulli trials (structural); it is the discrete analogue of the Exponential via shared memorylessness.
- Exponential is ; is the sum of i.i.d. variables for integer (structural).
- as (Poisson limit theorem).
- Poisson is infinitely divisible: equals the sum of independent and .
- Standardised Binomial and Gamma both converge to by the CLT, since each is a sum of i.i.d. finite-variance variables.
- The Normal distribution is the universal limiting distribution for standardised sums — the fixed point reached by two separate paths through the family.