正在学习
5.2 RIDGE AND SHRINKAGE ESTIMATORS
5.2 RIDGE AND SHRINKAGE ESTIMATORS
Under MSE loss, the Bayesian point forecast will be the average of the conditional mean given the parameters, weighted by the posterior distribution of the parameters. Letting be the model for the conditional mean of given the Bayesian point forecast under MSE loss is therefore
where is the posterior distribution of given To derive (5.8), start with
The first term affects the risk regardless of our choice of forecast and so we can ignore this term when choosing to minimize risk. Given the definition of , the expected value of the third term equals 0. Bayes risk is then a constant plus the second term,
where we used that the squared loss term is independent of . Assuming that the distributions allow us to differentiate under the integral, the first-order
condition yields
Rearranging, we have, conditional on
which is (5.8). Hence, under MSE loss we can combine the model for the conditional mean with the posterior to compute the Bayesian point forecast.
For the linear prediction model we have Note that , where , so is the mean of the posterior distribution for . It follows that the Bayesian point forecast simply uses the posterior mean in place of the unknown . The following example illustrates this result for a general regression with known variances and shrinkage.
Example 5.2.1 (Shrinkage estimator for multivariate regression model). Let N(Xβ, V) and consider the conjugate normal prior, . Suppose that V is known and the marginal distribution for X does not involve . Then the posterior distribution for is , where and
The posterior mean is a general shrinkage estimator where the weights depend on the prior and the (generalized) least squares estimator, is shrunk towards the mean of the prior,
Interesting special cases arise directly from this formulation. Setting and yields the posterior mean
where . This is the standard Ridge estimator discussed in the previous chapter when, as is customary in Ridge regression, we set . Less informative priors correspond to larger values for and thus smaller λ which results in less shrinkage towards the prior. The generalized Ridge estimator of the previous chapter arises when we set and use a prior with . This Bayesian motivation for the Ridge estimator can guide the choice of the shrinkage parameter λ in empirical applications.
Another popular special case is to use Zellner’s g -prior. Under this approach consider setting the prior variance . When , using this prior in equation (5.10) yields
For example, setting gives an estimator that is an average of the least squares estimator and the prior mean. Rewriting (5.12) as , it readily follows that the larger the value of g , the more diffuse the prior is.
When both the mean and variance of the normal model, , are unknown, it is common to write the prior as , where is the Gaussian distribution as in the above example and is an inverse Wishart distribution; see Zellner (1971).
练习题
Under MSE loss, the Bayesian point forecast is defined as:
In the derivation of the Bayesian point forecast, which term's expected value equals zero?
Which of the following are components of the Bayes risk formula under MSE loss?
The first term in the loss function affects the choice of forecast to minimize risk.
The Bayesian point forecast for a linear prediction model uses the posterior mean of , denoted as ___.
Explain the role of the posterior distribution in the Bayesian point forecast under MSE loss.
The shrinkage estimator for a multivariate regression model is given by:
The standard Ridge estimator is obtained by setting and with .
Under Zellner’s g-prior, the prior variance is set to . The resulting posterior mean is . For , the estimator is an average of the least squares estimator and the ___.
How does the value of in Zellner’s g-prior affect the diffusion of the prior?
Which of the following is the correct expression for the Bayesian point forecast under MSE loss, given the model for the conditional mean and the posterior distribution ?
Which of the following statements are true regarding the derivation of the Bayesian point forecast under MSE loss?
For the linear prediction model , the Bayesian point forecast uses the posterior mean of in place of the unknown .
In the shrinkage estimator for the multivariate regression model, the posterior mean is a weighted average of the least squares estimator and the prior mean , with weights depending on the prior and the (generalized) least squares estimator. The formula for is given by . When and , this simplifies to the standard Ridge estimator with . The standard Ridge estimator is . If we set , the formula simplifies to ___ .
登录后解锁笔记、知识点解析、AI 问答
立即登录