Skip to main content

Related Distributions

NIST/SEMATECH Section 1.3.6.7 Related Distributions

Probability distributions are connected through special cases, transformations, and limiting forms. Understanding these relationships helps select the right model and simplify computations. For critical value tables, see Distribution Tables.

Distribution Function Definitions

FunctionSymbolDefinition
PDF / PMFf(x)Probability density (continuous) or mass (discrete)
CDFF(x)P(X ≤ x), cumulative probability
Quantile (PPF)Q(p)Inverse CDF, F inverse of p
SurvivalS(x)1 - F(x), exceedance probability
Hazardh(x)f(x) / S(x), instantaneous failure rate

Normal Distribution Family

The Normal distribution is the central reference for much of classical statistics.

RelationshipDescription
Normal -> LognormalIf X ~ Normal, then exp(X) ~ Lognormal
Normal -> Chi-SquareSum of k squared standard normals ~ Chi-Square(k)
Normal -> t-DistributionZ / sqrt(Chi-Square(k)/k) ~ t(k)
Chi-Square -> F-Distribution(Chi-Square(d1)/d1) / (Chi-Square(d2)/d2) ~ F(d1,d2)
Normal -> Power NormalBox-Cox transform of Normal
Lognormal -> Power LognormalBox-Cox transform of Lognormal

Exponential Distribution Family

The Exponential distribution connects to several lifetime and reliability models.

RelationshipDescription
Exponential -> GammaSum of k Exponentials ~ Gamma(k, beta)
Exponential -> WeibullWeibull(shape=1) = Exponential
Exponential -> Double ExponentialDifference of two Exponentials
Gamma -> Chi-SquareChi-Square(k) = Gamma(k/2, 2)
Gamma -> ExponentialGamma(1, beta) = Exponential(beta)
Exponential -> Fatigue LifeDerived via cycle-to-failure model

Limiting Distributions

FromToCondition
t-DistributionNormaldf -> infinity
Chi-SquareNormaldf -> infinity (approx.)
F-DistributionChi-Squaredf2 -> infinity, multiply by df1
BinomialNormaln -> infinity (CLT)
BinomialPoissonn -> infinity, p -> 0, np = lambda
PoissonNormallambda -> infinity
GammaNormalshape -> infinity (CLT)

Flexible Distribution Families

DistributionRole
BetaFlexible shape on [0,1]; models proportions. Uniform is Beta(1,1).
Tukey-LambdaShape parameter sweeps from Cauchy-like (lambda=-1) through logistic (lambda=0) to uniform-like (lambda=1). Used with PPCC Plot for distribution selection.
Extreme ValueModels maxima of large samples (Gumbel). Related to Weibull via transformation.

Discrete Distributions

DistributionSupportKey Use
Binomial0, 1, …, nFixed trials, constant probability
Poisson0, 1, 2, …Rare events per unit time/space

Discrete distributions use PMF (probability mass function) rather than PDF. Both converge to Normal under appropriate limits (see table above).

Choosing a Distribution

Start with the PPCC Plot or Probability Plot to identify candidate families, then validate with Anderson-Darling or K-S Test. Use the relationships above to simplify analysis when transformations connect your data to a better-known distribution.