正在学习

6.2 SEQUENTIAL HYPOTHESIS TESTING

6.2 SEQUENTIAL HYPOTHESIS TESTING

Sequential hypothesis testing is perhaps the most natural approach to building a forecasting model and describes how—at least informally—many researchers construct their model. As a model selection technique the method chooses the “best” submodel from a larger set of available models through a sequence of specification tests that attempt to identify the relevant parts of a model and exclude the remainder. One strategy is to remove variables (or terms) from the model found not to be useful when tested against a smaller model that omits such variables. A great variety of methods have been proposed to this end. For example, t-tests, F -tests, or p-values can be employed to exclude redundant terms. Different orders of the sequence in which variables are tested—forward stepwise and backward stepwise being the most common—can also be considered. Finally, different cross-checks can be employed on the omitted terms in a way that mixes forward and backward stepwise methods.

The two main approaches in the sequential testing literature are general-to-specific and specific-to-general methods. General-to-specific methods include all potential variables in the initial model and then remove variables deemed not to be useful through a sequence of tests. Specific-to-general methods instead begin with a small baseline model, comprising, e.g., the main variables thought to forecast well or simply a constant, and then add further variables if they appear to improve the prediction model. The final selected model will generally depend on the sequence of tests.

Example 6.2.1 (General-to-specific modeling approach). As an illustration of the general-to-specific approach, consider a linear forecasting model with K potential predictor variables . Suppose least squares is initially used to estimate the “kitchen sink” model with all predictors included:

We can adopt a unidirectional backward stepwise approach that ranks the predictor variables in terms of the t-statistic of their coefficients in (6.5) or (equivalently) by the p-value of these coefficient estimates. Suppose the smallest absolute value of the t-statistic among all variables falls below some threshold, t, such as

Then the variable with the smallest t-statistic (or largest p-value) gets eliminated from the model. Assuming for simplicity that is the eliminated variable, the trimmed model with the remaining variables is next reestimated:

Once again, we compute the t-statistics for all remaining regressors in this model, check whether mi and drop the variable with the smallest t-statistic if this condition holds. This procedure is repeated until the t-statistics of all variables in the model exceed t or until some maximum number of iterations, R, is reached.

For the backward stepwise (general-to-specific) approach, the forecast takes the form (assuming that a constant is always included)

where is the t-statistic for in the r th variable selection round, , and . Here determines whether the kth variable gets eliminated in any of the R steps. The indicator variable equals 1 if the kth variable is included in the final model. Whether a variable gets excluded depends not only on its own t-statistic but also on the t-statistics of all other presently included variables. This means that depends on the entire sequence of (absolute values of) t-statistics not only for the kth variable itself but also for all other variables. For example, a variable may not be excluded in a given round even if its test statistic falls below the threshold, provided that the test statistic of another contemporaneously included variable is even lower. This path dependence makes it difficult to establish analytical results for sequential model selection methods.

The so-called “LSE” general-to-specific approach starts with a general model and adds tests for model “congruence” to the sequence of tests. This can include tests for normality, autocorrelation, and conditional heteroskedasticity in the model residuals, but may also involve (out-of-sample) model stability tests; see the discussion in Hoover and Perez (1999). Insignificant predictors are kept in a model if their omission causes the model to fail one or more diagnostic tests. The aim is to ensure that the model residuals are martingale difference sequences with respect to the underlying set of variables considered in the search. A second aim is to obtain a model that is not encompassed by any competing specification, in the sense that no other model adds predictive content beyond the selected model. Hendry (1995) provides a detailed discussion of these issues and references to the literature.

The specific-to-general approach often begins from a simple model that only includes an intercept,

Under the unidirectional forward stepwise approach, each of the K univariate models is next considered separately:

Suppose that the highest of these t-statistics exceeds some threshold value

Then the variable associated with this t-statistic is included in the model. Next, regressors from the remaining pool are added, one by one, to this univariate model. A new regressor is included provided that its t-statistic exceeds t¯, once added to the prediction model. The process continues until the t-statistics of all of the remaining excluded variables fall below the cutoff value, t¯, or until a maximum number of iterations is exceeded.

Forecasts from the forward stepwise approach takes the same form as in (6.8), the only difference being how the inclusion indicator is constructed.

Several variations of sequential tests exist. Blocks of variables instead of individual variables can be considered at each step, using F -tests instead of t-tests to evaluate statistical significance. Such tests might be relevant in the presence of strongly correlated regressors. A bidirectional mixture of forward and backward steps can also be employed. Correlation among regressors mean that the inclusion of a new variable in a forward step could lead some previously significant variables to become insignificant in the extended model. These variables could be eliminated in a backward step. Convergence of such procedures is not guaranteed, however.

The main benefit of the sequential approach is its intuitive appeal: its simplicity and the fact that it is computationally simple to implement—particularly if variables are considered for inclusion or exclusion one at a time. However, the approach does not undertake a comprehensive search across all possible models, its outcome can be path dependent, and so the method suffers from the drawback that there is no guarantee that it finds the globally optimal model, i.e., the best possible model within the feasible model set.

Properties of sequential variable selection approaches have been addressed in many studies. Hoover and Perez (1999) undertake a thorough simulation study of the general-to-specific approach. They find that this approach frequently ends up with overparameterized models that include variables that are spuriously significant in the sense that they are not included in the true model. Insignificant variables are sometimes included to allow the models to pass the residual specification tests. Interestingly, their simulations suggest that these issues can be addressed in part by setting the bar higher for inclusion of variables, using smaller nominal sizes (or higher critical values) in the inclusion tests.

练习题

In sequential hypothesis testing, what is the primary goal when removing variables from a model?

A. To increase the number of predictor variables
B. To identify and retain only the relevant variables
C. To make the model more complex
D. To ensure all variables are included regardless of their usefulness

Which of the following is a common method used in sequential hypothesis testing to exclude redundant terms?

A. Chi-square test
B. t-test
C. Z-test
D. ANOVA

Which of the following are considered common orders in which variables are tested in sequential hypothesis testing? (Select all that apply)

A. Forward stepwise
B. Backward stepwise
C. Random stepwise
D. Sequential stepwise

In the general-to-specific modeling approach, the initial model includes all potential variables.

The specific-to-general modeling approach starts with a model that includes all potential predictor variables.

In backward stepwise elimination, the variable with the smallest absolute value of the t-statistic is eliminated if it falls below a certain threshold, such as ___.

Explain the process of backward stepwise elimination in sequential hypothesis testing.

What is the final selected model likely to depend on in sequential hypothesis testing?

A. The number of observations
B. The sequence of tests performed
C. The type of data used
D. The software used for analysis

Which factors affect the approach to model selection in sequential hypothesis testing? (Select all that apply)

A. Number of potential predictor variables
B. Number of useful predictors among potential variables
C. Type of loss function used
D. Availability of computational resources

How does the general-to-specific approach differ from the specific-to-general approach in model selection?

Which of the following are considered in-sample model selection methods? (Select all that apply)

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

What is the potential risk of including additional variables in a regression model?

登录后解锁笔记、知识点解析、AI 问答

立即登录