Best linear unbiased prediction

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In statistics, best linear unbiased prediction (BLUP) is used in linear mixed models for the estimation of random effects. BLUP was derived by Charles Roy Henderson in 1950 but the term "best linear unbiased predictor" (or "prediction") seems not to have been used until 1962.[1] "Best linear unbiased predictions" (BLUPs) of random effects are similar to best linear unbiased estimates (BLUEs) (see Gauss–Markov theorem) of fixed effects. The distinction arises because it is conventional to talk about estimating fixed effects but predicting random effects, but the two terms are otherwise equivalent. (This is a bit strange since the random effects have already been "realized"; they already exist. The use of the term "prediction" may be because in the field of animal breeding in which Henderson worked, the random effects were usually genetic merit, which could be used to predict the quality of offspring (Robinson[1] page 28)). However, the equations for the "fixed" effects and for the random effects are different.

In practice, it is often the case that the parameters associated with the random effect(s) term(s) are unknown; these parameters are the variances of the random effects and residuals. Typically the parameters are estimated and plugged into the predictor, leading to the Empirical Best Linear Unbiased Predictor (EBLUP). Notice that by simply plugging in the estimated parameter into the predictor, additional variability is unaccounted for, leading to overly optimistic prediction variances for the EBLUP.

Best linear unbiased predictions are similar to empirical Bayes estimates of random effects in linear mixed models, except that in the latter case, where weights depend on unknown values of components of variance, these unknown variances are replaced by sample-based estimates.

Example

Suppose that the model for observations {Yj; j = 1, ..., n} is written as

Y_j= \mu + x_j^T\beta +\xi_j + \varepsilon_j, \,

where ξj and εj represent the random effect and observation error for observation j, and suppose they are uncorrelated and have known variances σξ2 and σε2, respectively. Further, xj is a vector of independent variables for the jth observation and β is a vector of regression parameters. The BLUP problem of providing an estimate of the observation-error-free value for the kth observation,

\tilde{Y_k}= \mu + x_k^T\beta +\xi_k    ,

can be formulated as requiring that the coefficients of a linear predictor, defined as

\widehat{Y_k}= \sum_{j=1}^n c_{j,k} Y_j  ,

should be chosen so as to minimise the variance of the prediction error,

V= \operatorname{Var}(\tilde{Y_k}- \widehat{Y_k}),

subject to the condition that the predictor is unbiased,

\operatorname{E}(\tilde{Y_k}- \widehat{Y_k})=0 .

BLUP vs BLUE

In contrast to the case of best linear unbiased estimation, the "quantity to be estimated", \tilde{Y_k}, not only has a contribution from a random element but one of the observed quantities, specifically Y_k which contributes to \widehat{Y_k}, also has a contribution from this same random element.

In contrast to BLUE, BLUP takes into account known or estimated variances.[2]

See also

Tutorials

Notes

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.

References