正在学习

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?

A. Bayes information criterion (BIC)
B. Akaike information criterion (AIC)
C. Mallows criterion
D. Pearson correlation coefficient

What does the BIC select the model based on?

A. The lowest in-sample fit
B. The highest posterior probability given the data
C. The lowest Kullback–Leibler distance
D. The smallest number of parameters

What is the penalty form for the AIC according to the text?

A.
B.
C.
D.

Which of the following are purposes of information criteria adjustments? (Select all that apply)

A. To improve the in-sample fit of models
B. To adjust a minimization criterion for the effect of parameter estimation
C. To make more highly parameterized models appear better in-sample
D. To prevent more highly parameterized models from appearing better in-sample than they really are

Which of the following statements about the general form of information criteria are correct? (Select all that apply)

A. The general form is
B. is the likelihood of the data evaluated at non-estimated parameter values
C. is an increasing function of the model size
D. is an increasing function of the sample size

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?

A. The color of the data points in a scatter - plot
B. The number of potential predictor variables
C. The font size of the text in the analysis report
D. The time of day the analysis is conducted

Which of the following are in - sample model selection methods according to prior knowledge? (Select all that apply)

A. Information criteria (IC)
B. Sequential hypothesis testing
C. Cross - validation
D. Out - of - sample testing

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?

A. More complex models always provide better in-sample fit because they can explain more variance in the data.
B. More complex models may appear to provide better in-sample fit, but this can be due to overfitting, which is why information criteria impose penalties for model complexity.
C. Information criteria do not penalize model complexity because they focus solely on maximizing the likelihood of the data.
D. The in-sample fit of a model is unaffected by the number of predictors included, as long as the predictors are statistically significant.

Which of the following are true about the Bayesian Information Criterion (BIC) and the Akaike Information Criterion (AIC)? Select all that apply.

A. Both BIC and AIC penalize model complexity, but they differ in the form of the penalty.
B. BIC seeks to minimize the Kullback–Leibler distance between the candidate model and the true model, while AIC selects the model with the highest posterior probability.
C. The penalty term in BIC is , while the penalty term in AIC is .
D. BIC is more likely to choose simpler models compared to AIC, especially in small sample sizes.

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 问答

立即登录