Mixture distribution

< Back to Probability Distributions List

A mixture distribution is a distribution with two or more combined probability distributions; A new distribution is created by drawing random variables from two or more parent. The parent populations can be univariate distributions or multivariate distributions.

The mixture distributions should be comprised of distributions with the same dimension. For example, a distribution with a dimension of 2 (e.g., two variables x, y) dimensions should only be combined with other distributions of dimensionality 2. In addition, the distributions should either be all discrete or all continuous. It is possible to mix different types, like a t-distribution and a normal distribution. They can also have different statistics (like different sample means).

mixed distribution
Example density of the mixture of three gaussian random variables.

The new distributions can be analyzed for expected values, means, and other statistics.

A mixture distribution can be defined as a weighted sum of other distributions:

weighted sum formula

Where:

  • f1, f2, … , fn are the component distributions,
  • λk are the mixing weights. Mixing weights are the probabilities that each individual distribution contributes to the mixture distribution.

In addition,

  • λk > 0,
  • Σkλk = 1

Why Use a Mixture Distribution?

Two distributions that commonly represent the spread of test scores are the normal distribution and bimodal distribution. The random variable “test score” might have a  .7 probability of following a normal distribution and .3 of following a bimodal distribution. You can combine these two distributions to analyze test overall scores.

The random variable described above has a p1 chance of following a D1 distribution, and a p2 chance of following a D2 distribution, so:

  • Pbin = .3
  • Pnormal = .7

For a second example, you might be thinking of investing in stock for a new Metaverse company. You think they are about to release a new lens, which will make the stock rise dramatically by a mean of 200% (standard deviation of 25%). However, there’s the possibility the lens has production issues, hindering a release. This would result in stock prices falling by an average of 30% with a standard deviation of 15%. As you don’t know if the gadget is going to be released or not, the mixture will be an equally weighted (i.e., 50% for the falling distribution and 50% for a rising distribution).

Example 3: In aeronautics, many factors affect flight, including barometric pressure, temperature, and wind speed. These quantities all have different distributions that vary with weather conditions and other factors like hurricane season. A mixture distribution allows for the analysis of multiple variables to model flight data [1].

Examples of Mixture Distributions

  1. The Birnbaum-Saunders distribution, used in fatigue life testing, is a mixture of an inverse Gaussian distribution and a reciprocal inverse Gaussian distribution [2].
  2. A chi-bar-squared distribution is a mixture of chi-square distributions, mixed over their degrees of freedom.

References

[1] MIT. Distribution Mixtures. Application Example 7. Online: https://ocw.mit.edu/courses/civil-and-environmental-engineering/1-151-probability-and-statistics-in-engineering-spring-2005/lecture-notes/app7_mixtures_fin.pdf

[2] Engineering Statistics Handbook. Fatigue Life (Birnbaum-Saunders). Online: https://www.itl.nist.gov/div898/handbook/apr/section1/apr166.htm

1 thought on “Mixture distribution”

  1. Pingback: Birnbaum-Saunders Distribution - P-Distribution

Comments are closed.

Scroll to Top