Rahul Sharma (Editor)

Posterior predictive distribution

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

In Bayesian statistics, the posterior predictive distribution is the distribution of possible unobserved values conditional on the observed values.

Contents

Given a set of N i.i.d. observations X = { x 1 , , x N } , a new value x ~ will be drawn from a distribution that depends on a parameter θ :

p ( x ~ | θ )

It may seem tempting to plug in a single best estimate θ ^ for θ , but this ignores uncertainty about θ , and because a source of uncertainty is ignored, the predicted distribution will be too narrow. Extreme values of x ~ will occur more often than the predictive distribution suggests.

A posterior predictive distribution accounts for uncertainty about θ . The posterior distribution of possible θ values depends on X :

p ( θ | X )

And the posterior predictive distribution of x ~ given X is calculated by marginalizing the distribution of x ~ given θ over the posterior distribution of θ given X :

p ( x ~ | X ) = θ p ( x ~ | θ , X ) p ( θ | X , α ) d θ

Because it accounts for uncertainty about θ , the posterior predictive distribution will in general be wider than a predictive distribution which plugs in a single best estimate for θ .

Prior vs. posterior predictive distribution

The prior predictive distribution, in a Bayesian context, is the distribution of a data point marginalized over its prior distribution. That is, if x ~ F ( x ~ | θ ) and θ G ( θ | α ) , then the prior predictive distribution is the corresponding distribution H ( x ~ | α ) , where

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

Note that this is similar to the posterior predictive distribution except that the marginalization (or equivalently, expectation) is taken with respect to the prior distribution instead of the posterior distribution.

Furthermore, if the prior distribution G ( θ | α ) is a conjugate prior, then the posterior predictive distribution will belong to the same family of distributions as the prior predictive distribution. This is easy to see. If the prior distribution G ( θ | α ) is conjugate, then

p ( θ | X , α ) = p G ( θ | α ) ,

i.e. the posterior distribution also belongs to G ( θ | α ) , but simply with a different parameter α instead of the original parameter α . Then,

p ( x ~ | X , α ) = θ p F ( x ~ | θ ) p ( θ | X , α ) d θ = θ p F ( x ~ | θ ) p G ( θ | α ) d θ = p H ( x ~ | α )

Hence, the posterior predictive distribution follows the same distribution H as the prior predictive distribution, but with the posterior values of the hyperparameters substituted for the prior ones.

The prior predictive distribution is in the form of a compound distribution, and in fact is often used to define a compound distribution, because of the lack of any complicating factors such as the dependence on the data X and the issue of conjugacy. For example, the Student's t-distribution can be defined as the prior predictive distribution of a normal distribution with known mean μ but unknown variance σx2, with a conjugate prior scaled-inverse-chi-squared distribution placed on σx2, with hyperparameters ν and σ2. The resulting compound distribution t ( x | μ , ν , σ 2 ) is indeed a non-standardized Student's t-distribution, and follows one of the two most common parameterizations of this distribution. Then, the corresponding posterior predictive distribution would again be Student's t, with the updated hyperparameters ν , σ 2 that appear in the posterior distribution also directly appearing in the posterior predictive distribution.

Note in some cases that the appropriate compound distribution is defined using a different parameterization than the one that would be most natural for the predictive distributions in the current problem at hand. Often this results because the prior distribution used to define the compound distribution is different from the one used in the current problem. For example, as indicated above, the Student's t-distribution was defined in terms of a scaled-inverse-chi-squared distribution placed on the variance. However, it is more common to use an inverse gamma distribution as the conjugate prior in this situation. The two are in fact equivalent except for parameterization; hence, the Student's t-distribution can still be used for either predictive distribution, but the hyperparameters must be reparameterized before being plugged in.

In exponential families

Most, but not all, common families of distributions belong to the exponential family of distributions. Exponential families have a large number of useful properties. One of which is that all members have conjugate prior distributions — whereas very few other distributions have conjugate priors.

Prior predictive distribution in exponential families

Another useful property is that the probability density function of the compound distribution corresponding to the prior predictive distribution of an exponential family distribution marginalized over its conjugate prior distribution can be determined analytically. Assume that F ( x | θ ) is a member of the exponential family with parameter θ that is parametrized according to the natural parameter η = η ( θ ) , and is distributed as

p F ( x | η ) = h ( x ) g ( η ) e η T T ( x )

while G ( η | χ , ν ) is the appropriate conjugate prior, distributed as

p G ( η | χ , ν ) = f ( χ , ν ) g ( η ) ν e η T χ

Then the prior predictive distribution H (the result of compounding F with G ) is

p H ( x | χ , ν ) = η p F ( x | η ) p G ( η | χ , ν ) d η = η h ( x ) g ( η ) e η T T ( x ) f ( χ , ν ) g ( η ) ν e η T χ d η = h ( x ) f ( χ , ν ) η g ( η ) ν + 1 e η T ( χ + T ( x ) ) d η = h ( x ) f ( χ , ν ) f ( χ + T ( x ) , ν + 1 )

The last line follows from the previous one by recognizing that the function inside the integral is the density function of a random variable distributed as G ( η | χ + T ( x ) , ν + 1 ) , excluding the normalizing function f ( ) . Hence the result of the integration will be the reciprocal of the normalizing function.

The above result is independent of choice of parametrization of θ , as none of θ , η and g ( ) appears. (Note that g ( ) is a function of the parameter and hence will assume different forms depending on choice of parametrization.) For standard choices of F and G , it is often easier to work directly with the usual parameters rather than rewrite in terms of the natural parameters.

Note also that the reason the integral is tractable is that it involves computing the normalization constant of a density defined by the product of a prior distribution and a likelihood. When the two are conjugate, the product is a posterior distribution, and by assumption, the normalization constant of this distribution is known. As shown above, the density function of the compound distribution follows a particular form, consisting of the product of the function h ( x ) that forms part of the density function for F , with the quotient of two forms of the normalization "constant" for G , one derived from a prior distribution and the other from a posterior distribution. The beta-binomial distribution is a good example of how this process works.

Despite the analytical tractability of such distributions, they are in themselves usually not members of the exponential family. For example, the three-parameter Student's t distribution, beta-binomial distribution and Dirichlet-multinomial distribution are all predictive distributions of exponential-family distributions (the normal distribution, binomial distribution and multinomial distributions, respectively), but none are members of the exponential family. This can be seen above due to the presence of functional dependence on χ + T ( x ) . In an exponential-family distribution, it must be possible to separate the entire density function into multiplicative factors of three types: (1) factors containing only variables, (2) factors containing only parameters, and (3) factors whose logarithm factorizes between variables and parameters. The presence of χ + T ( x ) χ makes this impossible unless the "normalizing" function f ( ) either ignores the corresponding argument entirely or uses it only in the exponent of an expression.

Posterior predictive distribution in exponential families

As noted above, when a conjugate prior is being used, the posterior predictive distribution belongs to the same family as the prior predictive distribution, and is determined simply by plugging the updated hyperparameters for the posterior distribution of the parameter(s) into the formula for the prior predictive distribution. Using the general form of the posterior update equations for exponential-family distributions (see the appropriate section in the exponential family article), we can write out an explicit formula for the posterior predictive distribution:

p ( x ~ | X , χ , ν ) = p H ( x ~ | χ + T ( X ) , ν + N )

where

T ( X ) = i = 1 N T ( x i )

This shows that the posterior predictive distribution of a series of observations, in the case where the observations follow an exponential family with the appropriate conjugate prior, has the same probability density as the compound distribution, with parameters as specified above.

Note in particular that the observations themselves enter only in the form T ( X ) = i = 1 N T ( x i ) . This is termed the sufficient statistic of the observations, because it tells us everything we need to know about the observations in order to compute a posterior or posterior predictive distribution based on them (or, for that matter, anything else based on the likelihood of the observations, such as the marginal likelihood).

Joint predictive distribution, marginal likelihood

It is also possible to consider the result of compounding a joint distribution over a fixed number of independent identically distributed samples with a prior distribution over a shared parameter. In a Bayesian setting, this comes up in various contexts: computing the prior or posterior predictive distribution of multiple new observations, and computing the marginal likelihood of observed data (the denominator in Bayes' law). When the distribution of the samples is from the exponential family and the prior distribution is conjugate, the resulting compound distribution will be tractable and follow a similar form to the expression above. It is easy to show, in fact, that the joint compound distribution of a set X = { x 1 , , x N } for N observations is

p H ( X | χ , ν ) = ( i = 1 N h ( x i ) ) f ( χ , ν ) f ( χ + T ( X ) , ν + N )

This result and the above result for a single compound distribution extend trivially to the case of a distribution over a vector-valued observation, such as a multivariate Gaussian distribution.

Relation to Gibbs sampling

Note also that collapsing out a node in a collapsed Gibbs sampler is equivalent to compounding. As a result, when a set of independent identically distributed (i.i.d.) nodes all depend on the same prior node, and that node is collapsed out, the resulting conditional probability of one node given the others as well as the parents of the collapsed-out node (but not conditioning on any other nodes, e.g. any child nodes) is the same as the posterior predictive distribution of all the remaining i.i.d. nodes (or more correctly, formerly i.i.d. nodes, since collapsing introduces dependencies among the nodes). That is, it is generally possible to implement collapsing out of a node simply by attaching all parents of the node directly to all children, and replacing the former conditional probability distribution associated with each child with the corresponding posterior predictive distribution for the child conditioned on its parents and the other formerly i.i.d. nodes that were also children of the removed node. For an example, for more specific discussion and for some cautions about certain tricky issues, see the Dirichlet-multinomial distribution article.

References

Posterior predictive distribution Wikipedia