Kalpana Kalpana (Editor)

Compound probability distribution

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In probability and statistics, a compound probability distribution (also known as a mixture distribution or contagious distribution) is the probability distribution that results from assuming that a random variable is distributed according to some parametrized distribution, with (some of) the parameters of that distribution themselves being random variables.

Contents

The unconditional compound distribution is the result of marginalizing (integrating) over the latent random variable(s) representing the parameter(s) of the conditional distribution.

Definition

A compound probability distribution is the probability distribution that results from assuming that a random variable X is distributed according to some parametrized distribution F with an unknown parameter θ that is again distributed according to some other distribution G . The resulting distribution H is said to be the distribution that results from compounding F with G . The parameter's distribution G is also called the mixing distribution or latent distribution. Technically, the unconditional distribution H results from marginalizing over G , i.e., from integrating out the unknown parameter(s) θ . Its probability density function is given by:

p H ( x ) = p F ( x | θ ) p G ( θ ) d θ

The same formula applies analogously if some or all of the variables are vectors.

From the above formula, one can see that a compound distribution essentially is a special case of a marginal distribution: The joint distribution of x and θ is given by p ( x , θ ) = p ( x | θ ) p ( θ ) , and the compound results as its marginal distribution: p ( x ) = p ( x , θ ) d θ . If the domain of θ is discrete, then the distribution is again a special case of a mixture distribution.

Properties

A compound distribution H resembles in many ways the original distribution F that generated it, but typically has greater variance, and often heavy tails as well. The support of H is the same as the support of the F , and often the shape is broadly similar as well. The parameters of H include any parameters of G or F that have not been marginalized out.

The compound distribution's first two moments are given by

E H [ X ] = E G [ E F [ X | θ ] ]

and

Var H ( X ) = E G [ Var F ( X | θ ) ] + Var G ( E F [ X | θ ] ) .

Testing

Distributions of common test statistics result as compound distributions under their null hypothesis, for example in Student's t-test (where the test statistic results as the ratio of a normal and a chi-squared random variable), or in the F-test (where the test statistic is the ratio of two chi-squared random variables).

Overdispersion modeling

Compound distributions are useful for modeling outcomes exhibiting overdispersion, i.e., a greater amount of variability than would be expected under a certain model. For example, count data are commonly modeled using the Poisson distribution, whose variance is equal to its mean. The distribution may be generalized by allowing for variability in its rate parameter, implemented via a gamma distribution, which results in a marginal negative binomial distribution. This distribution is similar in its shape to the Poisson distribution, but it allows for larger variances. Similarly, a binomial distribution may be generalized to allow for additional variability by compounding it with a beta distribution for its success probability parameter, which results in a beta-binomial distribution.

Bayesian inference

Besides ubiquitous marginal distributions that may be seen as special cases of compound distributions, in Bayesian inference, compound distributions arise when, in the notation above, F represents the distribution of future observations and G is the posterior distribution of the parameters of F, given the information in a set of observed data. This gives a posterior predictive distribution. Correspondingly, for the prior predictive distribution, F is the distribution of a new data point while G is the prior distribution of the parameters.

Convolution

Convolution of probability distributions (to derive the probability distribution of sums of random variables) may also be seen as a special case of compounding; here the sum's distribution essentially results from considering one summand as a random location parameter for the other summand.

Computation

Compound distributions derived from exponential family distributions often have a closed form. If analytical integration is not possible, numerical methods may be necessary.

Compound distributions may relatively easily be investigated using Monte Carlo methods, i.e., by generating random samples. It is often easy to generate random numbers from the distributions p ( θ ) as well as p ( x | θ ) and then utilize these to perform collapsed Gibbs sampling to generate samples from p ( x ) .

A compound distribution may usually also be approximated to a sufficient degree by a mixture distribution using a finite number of mixture components, allowing to derive approximate density, distribution function etc.

Parameter estimation (maximum-likelihood or maximum-a-posteriori estimation) within a compound distribution model may sometimes be simplified by utilizing the EM-algorithm.

Examples

  • Compounding a Gaussian distribution with mean distributed according to another Gaussian distribution yields (again) a Gaussian distribution.
  • Compounding a normal distribution with variance distributed according to an inverse gamma distribution (or equivalently, with precision distributed as a gamma distribution) yields a non-standardized Student's t-distribution. This distribution has the same symmetrical shape as a normal distribution with the same central point, but has greater variance and heavy tails.
  • Compounding a Gaussian distribution with mean distributed according to a shifted exponential distribution yields an exponentially modified Gaussian distribution.
  • Compounding a Gaussian distribution with variance distributed according to an exponential distribution whose rate parameter is itself distributed according to a gamma distribution yields a Normal-exponential-gamma distribution. (This involves two compounding stages.)
  • Compounding a binomial distribution with probability of success distributed according to a beta distribution yields a beta-binomial distribution. It possesses three parameters, a parameter n (number of samples) from the binomial distribution and shape parameters α and β from the beta distribution.
  • Compounding a multinomial distribution with probability vector distributed according to a Dirichlet distribution yields a Dirichlet-multinomial distribution.
  • Compounding a Poisson distribution with rate parameter distributed according to a gamma distribution yields a negative binomial distribution.
  • Compounding an exponential distribution with its rate parameter distributed according to a gamma distribution yields a Lomax distribution.
  • Compounding a gamma distribution with inverse scale parameter distributed according to another gamma distribution yields a three-parameter beta prime distribution.
  • References

    Compound probability distribution Wikipedia