正在学习
6.3 INFORMATION CRITERIA
6.3 INFORMATION CRITERIA
Information criteria (IC) choose models by trading off model fit against a penalty for model complexity as measured by the number of free parameters that have to be estimated for the models. Several information criteria have been suggested in the literature, the two most popular of which are the Bayes information criterion (Schwarz BIC, SBIC, or BIC) proposed by Schwarz (1978) and the Akaike information criterion (AIC) due to Akaike (1974). Less often used methods include the Mallows criterion due to Mallows (1973) and the Hannan–Quinn criterion due to Hannan and Quinn (1979). Finally there is a large literature on variations of these methods and on other forms of information criteria. This plethora of criteria arises because of differences in the properties possessed by the information criteria, as we discuss below. BIC, AIC, and the Mallows all attempt to adjust a minimization criterion for the effect of parameter estimation, which tends to make more highly parameterized models appear better in-sample than they really are. The extent to which parameter estimation improves the in-sample fit depends on the true model, so differences across information criteria hinge on how to practically get around our fundamental lack of knowledge of the “true” forecast model.
Information criteria employ different strategies to trade-off fit against parsimony. The Bayesian information criterion selects the model with the highest posterior probability given the data. To choose a single model from the candidate set, the models are ranked according to their posterior probabilities and the model with the highest posterior probability is chosen. The Akaike information criterion seeks to minimize the (Kullback–Leibler) distance between the density of a candidate model and the density of the true (unknown) model.
Consider a set of K parametric models, , where each model requires estimating parameters, . The BIC and AIC choose the model (indexed by k) to minimize expressions of the form
over all models, , where is the likelihood of the data evaluated at the parameter estimates, is an increasing function of the model size, , and is a decreasing function of the sample size, T . The second term, penalizes for the estimation of additional parameters (larger , particularly in small sample sizes.
Information criteria differ over their choice of . For BIC and AIC the penalties take the form
Hence, for both criteria, while for the BIC and for the AIC.6
The following example illustrates how the information criteria can be applied to the univariate linear prediction model.
Example 6.3.1 (AIC and BIC for linear regressions). Consider a set of linear prediction models that differ in their chosen predictor variables,
Let be the MLE estimator of the variance from a regression with regressors. Using the MLE estimates for the kth model, we get (for
and so
where C is a constant that does not vary across models. Hence, for linear regressions with a univariate outcome variable, the AIC takes the form
and the BIC takes the form
The Mallows criterion proposed by Mallows (1973) is a third criterion that is often used to select a submodel from a set of linear regressions. Consider a model with regressors and associated sum of squared residuals and let denote the estimated residual variance for the “super” model that includes all possible regressors. Then the Mallows criterion takes the form
The preferred model is that with the smallest -value among all possible models. The criterion is an estimator of the expected in-sample MSE applied to a situation where relevant variables have been omitted.
Model selection in linear regressions based on the Mallows is asymptotically equivalent to model selection over the same set of models based on AIC. To see this, multiply (6.14) by and subtract the common term ln to see that the AIC is equivalent to model selection based on T ln . Applying a first-order Taylor expansion of the natural logarithm around the ratio of the variances set equal to 1, we have
which is the Mallows when is the MLE estimator. In most cases approximation errors from the Taylor expansion disappear in large samples.
To determine the order of a linear autoregressive model, Hannan and Quinn (1979) suggested the model selection criterion
Their criterion is based on both ensuring consistent estimation of the order of the lag length, k, as well as avoiding overfitting the regression in as far as possible. The penalty term in (6.17) generally falls between that of the AIC and BIC.
The BIC is also often used to choose the lag length in autoregressive or ARMA models; see, e.g., Marcellino, Stock and Watson (2006). Frequently it is imposed that there are no in the lag orders—for example excluding a model that includes lags 1, 3, and 7—which greatly simplifies the search over model specifications.
练习题
Which of the following is NOT a popular information criterion mentioned in the text?
What does the BIC select the model based on?
What is the penalty form for the AIC according to the text?
Which of the following are purposes of information criteria adjustments? (Select all that apply)
Which of the following statements about the general form of information criteria are correct? (Select all that apply)
The Akaike information criterion seeks to maximize the Kullback–Leibler distance between the density of a candidate model and the density of the true (unknown) model.
The penalty term in information criteria penalizes for the estimation of additional parameters, especially in large sample sizes.
The BIC penalty form is \frac{n_{k}\ln(__)}{__}.
For linear regressions with a univariate outcome variable, the AIC takes the form \operatorname{AIC}(k)=\ln\hat{\sigma}_{k}^{2}+\frac{2n_{k}}{__}.
Explain the difference between the strategies of the BIC and the AIC in model selection.
How does the Mallows criterion help in model selection for linear regressions? Provide the formula and explain its components.
Which of the following is a key factor affecting the choice of model selection approach according to prior knowledge?
Which of the following are in - sample model selection methods according to prior knowledge? (Select all that apply)
A larger model in linear regression will always provide a better in - sample fit than a smaller model according to prior knowledge.
Which of the following statements correctly describes the relationship between model complexity and in-sample fit as discussed in the context of information criteria and regression models?
Which of the following are true about the Bayesian Information Criterion (BIC) and the Akaike Information Criterion (AIC)? Select all that apply.
The Mallows criterion is an estimator of the expected in-sample MSE and is used to select a submodel from a set of linear regressions. It prefers models with smaller values, and the penalty term in increases with the number of regressors.
登录后解锁笔记、知识点解析、AI 问答
立即登录