Trisha Shetty (Editor)

Empirical Bayes method

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

Empirical Bayes methods are procedures for statistical inference in which the prior distribution is estimated from the data. This approach stands in contrast to standard Bayesian methods, for which the prior distribution is fixed before any data are observed. Despite this difference in perspective, empirical Bayes may be viewed as an approximation to a fully Bayesian treatment of a hierarchical model wherein the parameters at the highest level of the hierarchy are set to their most likely values, instead of being integrated out. Empirical Bayes, also known as maximum marginal likelihood, represents one approach for setting hyperparameters.

Contents

Introduction

Empirical Bayes methods can be seen as an approximation to a fully Bayesian treatment of a hierarchical Bayes model.

In, for example, a two-stage hierarchical Bayes model, observed data y = { y 1 , y 2 , , y n } are assumed to be generated from an unobserved set of parameters θ = { θ 1 , θ 2 , , θ n } according to a probability distribution p ( y θ ) . In turn, the parameters θ can be considered samples drawn from a population characterised by hyperparameters η according to a probability distribution p ( θ η ) . In the hierarchical Bayes model, though not in the empirical Bayes approximation, the hyperparameters η are considered to be drawn from an unparameterized distribution p ( η ) .

Information about a particular quantity of interest θ i therefore comes not only from the properties of those data which directly depend on it, but also from the properties of the population of parameters θ as a whole, inferred from the data as a whole, summarised by the hyperparameters η .

Using Bayes' theorem,

p ( θ y ) = p ( y θ ) p ( θ ) p ( y ) = p ( y θ ) p ( y ) p ( θ η ) p ( η ) d η .

In general, this integral will not be tractable analytically or symbolically and must be evaluated by numerical methods. Stochastic (random) or deterministic approximations may be used. Example stochastic methods are Markov Chain Monte Carlo and Monte Carlo sampling. Deterministic approximations are discussed in quadrature.

Alternatively, the expression can be written as

p ( θ y ) = p ( θ η , y ) p ( η y ) d η = p ( y θ ) p ( θ η ) p ( y η ) p ( η y ) d η ,

and the term in the integral can in turn be expressed as

p ( η y ) = p ( η θ ) p ( θ y ) d θ .

These suggest an iterative scheme, qualitatively similar in structure to a Gibbs sampler, to evolve successively improved approximations to p ( θ y ) and p ( η y ) . First, calculate an initial approximation to p ( θ y ) ignoring the η dependence completely; then calculate an approximation to p ( η y ) based upon the initial approximate distribution of p ( θ y ) ; then use this p ( η y ) to update the approximation for p ( θ y ) ; then update p ( η y ) ; and so on.

When the true distribution p ( η y ) is sharply peaked, the integral determining p ( θ y ) may be not much changed by replacing the probability distribution over η with a point estimate η representing the distribution's peak (or, alternatively, its mean),

p ( θ y ) p ( y θ ) p ( θ η ) p ( y η ) .

With this approximation, the above iterative scheme becomes the EM algorithm.

The term "Empirical Bayes" can cover a wide variety of methods, but most can be regarded as an early truncation of either the above scheme or something quite like it. Point estimates, rather than the whole distribution, are typically used for the parameter(s) η . The estimates for η are typically made from the first approximation to p ( θ y ) without subsequent refinement. These estimates for η are usually made without considering an appropriate prior distribution for η .

Robbins method : non-parametric empirical Bayes (NPEB)

Robbins considered a case of sampling from a mixed distribution, where probability for each y i (conditional on θ i ) is specified by a Poisson distribution,

p ( y i θ i ) = θ i y i e θ i y i !

while the prior on θ is unspecified except that it is also i.i.d. from an unknown distribution, with cumulative distribution function G ( θ ) . Compound sampling arises in a variety of statistical estimation problems, such as accident rates and clinical trials. We simply seek a point prediction of θ i given all the observed data. Because the prior is unspecified, we seek to do this without knowledge of G.

Under squared error loss (SEL), the conditional expectation Ei | Yi = yi) is a reasonable quantity to use for prediction. For the Poisson compound sampling model, this quantity is

E ( θ i y i ) = ( θ y i + 1 e θ / y i ! ) d G ( θ ) ( θ y i e θ / y i ! ) d G ( θ ) .

This can be simplified by multiplying the expression by ( y i + 1 ) / ( y i + 1 ) , yielding

E ( θ i y i ) = ( y i + 1 ) p G ( y i + 1 ) p G ( y i ) ,

where pG is the marginal distribution obtained by integrating out θ over G.

To take advantage of this, Robbins suggested estimating the marginals with their empirical frequencies, yielding the fully non-parametric estimate as:

E ( θ i y i ) ( y i + 1 ) # { Y j = y i + 1 } # { Y j = y i } ,

where # denotes "number of". (See also Good–Turing frequency estimation.)

Example - Accident rates

Suppose each customer of an insurance company has an "accident rate" Θ and is insured against accidents; the probability distribution of Θ is the underlying distribution, and is unknown. The number of accidents suffered by each customer in a specified time period has a Poisson distribution with expected value equal to the particular customer's accident rate. The actual number of accidents experienced by a customer is the observable quantity. A crude way to estimate the underlying probability distribution of the accident rate Θ is to estimate the proportion of members of the whole population suffering 0, 1, 2, 3, ... accidents during the specified time period as the corresponding proportion in the observed random sample. Having done so, it is then desired to predict the accident rate of each customer in the sample. As above, one may use the conditional expected value of the accident rate Θ given the observed number of accidents during the baseline period. Thus, if a customer suffers six accidents during the baseline period, that customer's estimated accident rate is 7 × [the proportion of the sample who suffered 7 accidents] / [the proportion of the sample who suffered 6 accidents]. Note that if the proportion of people suffering k accidents is a decreasing function of k, the customer's predicted accident rate will often be lower than their observed number of accidents. This shrinkage effect is typical of empirical Bayes analyses.

Parametric empirical Bayes

If the likelihood and its prior take on simple parametric forms (such as 1- or 2-dimensional likelihood functions with simple conjugate priors), then the empirical Bayes problem is only to estimate the marginal m ( y η ) and the hyperparameters η using the complete set of empirical measurements. For example, one common approach, called parametric empirical Bayes point estimation, is to approximate the marginal using the maximum likelihood estimate (MLE), or a Moments expansion, which allows one to express the hyperparameters η in terms of the empirical mean and variance. This simplified marginal allows one to plug in the empirical averages into a point estimate for the prior θ . The resulting equation for the prior θ is greatly simplified, as shown below.

There are several common parametric empirical Bayes models, including the Poisson–gamma model (below), the Beta-binomial model, the Gaussian–Gaussian model, the Dirichlet-multinomial model, as well specific models for Bayesian linear regression (see below) and Bayesian multivariate linear regression. More advanced approaches include hierarchical Bayes models and Bayesian mixture models.

Poisson–gamma model

For example, in the example above, let the likelihood be a Poisson distribution, and let the prior now be specified by the conjugate prior, which is a gamma distribution ( G ( α , β ) ) (where η = ( α , β ) ):

ρ ( θ α , β ) = θ α 1 e θ / β β α Γ ( α )   f o r   θ > 0 , α > 0 , β > 0 .

It is straightforward to show the posterior is also a gamma distribution. Write

ρ ( θ y ) ρ ( y θ ) ρ ( θ α , β ) ,

where the marginal distribution has been omitted since it does not depend explicitly on θ . Expanding terms which do depend on θ gives the posterior as:

ρ ( θ y ) ( θ y e θ ) ( θ α 1 e θ / β ) = θ y + α 1 e θ ( 1 + 1 / β ) .

So the posterior density is also a gamma distribution G ( α , β ) , where α = y + α , and β = ( 1 + 1 / β ) 1 . Also notice that the marginal is simply the integral of the posterior over all Θ , which turns out to be a negative binomial distribution.

To apply empirical Bayes, we will approximate the marginal using the maximum likelihood estimate (MLE). But since the posterior is a gamma distribution, the MLE of the marginal turns out to be just the mean of the posterior, which is the point estimate E ( θ y ) we need. Recalling that the mean μ of a gamma distribution G ( α , β ) is simply α β , we have

E ( θ y ) = α β = y ¯ + α 1 + 1 / β = β 1 + β y ¯ + 1 1 + β ( α β ) .

To obtain the values of α and β , empirical Bayes prescribes estimating mean α β and variance α β 2 using the complete set of empirical data.

The resulting point estimate E ( θ y ) is therefore like a weighted average of the sample mean y ¯ and the prior mean μ = α β . This turns out to be a general feature of empirical Bayes; the point estimates for the prior (i.e. mean) will look like a weighted averages of the sample estimate and the prior estimate (likewise for estimates of the variance).

References

Empirical Bayes method Wikipedia