正在学习

11.1 KERNEL ESTIMATION OF FORECASTING MODELS

11.1 KERNEL ESTIMATION OF FORECASTING MODELS

Local linear regression methods can be used to produce forecasts under MSE loss. These methods are essentially weighted least squares estimators that assign large weights to previous data for which the predictor variables are “close” to the values observed at the point where the current forecast is made. Conversely, less weight gets assigned to observations with very different values for the predictor variables. The idea is that if the true model really is nonlinear, then observations that are not close to the current predictor variables are less useful in estimating the conditional mean at the current levels of the predictor variables. Let be the predictors for , excluding a constant. We can directly estimate the conditional mean, and hence produce a forecast at time T , from

where is a multivariate kernel. For example, the Gaussian kernel sets

where B is a bandwidth matrix chosen by the forecaster. In practice, often a product kernel is chosen, for which we have , where is a

univariate Gaussian kernel. Choosing B to be diagonal in (11.2) results in a product kernel with being the univariate Gaussian kernel.

The method can be extended to locally weighted linear regression to obtain estimates of by solving

so that the forecast at time T is the estimated value . This follows because at . For calculation purposes let and let K be a diagonal matrix whose element is . Then the estimator for the locally weighted regression coefficients is and the forecast is the first element of

Kernel regression methods were first proposed by Nadaraya (1965) and Watson (1964). Stone (1977) introduced local linear regression. Pagan and Ullah (1999) provide an excellent introduction and overview. The methods are appropriate under a wide range of assumptions on the data, allowing for heterogeneity and dependence in the data. See Hansen (2008b) for a general treatment.

For local linear regression methods to work well, we clearly require that there is a reasonable amount of data with predictors near the values we wish to condition on, i.e., close to . As always with kernel-based methods, both the kernel and bandwidth must be chosen. For both the conditional mean estimator (11.1) and the local linear regression estimator (11.3), a larger bandwidth choice means averaging over more data and hence getting closer to either the unconditional mean for (11.1) or the OLS regression estimator for (11.3). Smaller bandwidths average over data with predictor variables very close , the current predictor variables. A trade-off therefore arises between a larger bias when averaging over more of the data (if the model is truly nonlinear) versus a larger variance when averaging over less of the data. The optimal bandwidth lies somewhere in the middle, depending on what is optimized. Minimizing MSE results in an optimal bandwidth that is proportional to see Pagan and Ullah (1999) for a discussion. A natural approach in the context of forecasting is to choose the bandwidth to minimize pseudo out-of-sample MSE, typically calculated using some proportion of the latter sample observations. This method is the forecast equivalent of cross validation, although its properties have not, as far as we know, been systematically evaluated.

练习题

What is the main idea behind local linear regression methods for forecasting under MSE loss?

A. Assign equal weights to all previous data points
B. Assign large weights to previous data with predictor variables close to the current forecast point and less weight to those with very different values
C. Ignore previous data points with predictor variables different from the current forecast point
D. Only use the most recent data point for forecasting

What is the formula for estimating the conditional mean in local linear regression for forecasting at time ?

A.
B.
C.
D.

What is the form of the Gaussian kernel formula?

A.
B.
C.
D.

Which of the following statements about the product kernel are correct?

A.
B. is a univariate Gaussian kernel
C. Choosing to be diagonal in the Gaussian kernel formula results in a non - product kernel
D. The product kernel is rarely used in practice

What are the key aspects of the locally weighted linear regression formula for obtaining estimates of ?

A. It minimizes the sum of squared errors weighted by
B. The formula is
C. The forecast at time is
D. The weights are not related to the distance between and

The estimator for the locally weighted regression coefficients is and the forecast is the first element of , i.e., .

Kernel regression methods were first proposed by Stone (1977) and Watson (1964).

For local linear regression methods to work well, we clearly require that there is a reasonable amount of data with predictors near the values we wish to condition on, i.e., close to ___.

A larger bandwidth choice in kernel - based methods means averaging over more data and hence getting closer to either the unconditional mean for the conditional mean estimator (11.1) or the ___ regression estimator for the local linear regression estimator (11.3).

Explain the trade - off involved in choosing the bandwidth in kernel - based methods.

What is the general form of the optimal bandwidth and what does it depend on?

Which of the following statements about bandwidth selection for forecasting are correct?

A. A natural approach is to choose the bandwidth to minimize pseudo out - of - sample MSE
B. Pseudo out - of - sample MSE is typically calculated using all sample observations
C. This method is the forecast equivalent of cross validation
D. The properties of this method have been systematically evaluated

Which of the following statements correctly combine knowledge about local linear regression and factor - based forecasting (from prior knowledge)?

A. Local linear regression assigns weights based on predictor variable proximity, while factor - based methods aggregate information from multiple predictors
B. Both local linear regression and factor - based methods are fully parametric
C. Factor - based methods are more suitable when there are a large number of correlated predictors, and local linear regression is better for a small number of well - behaved predictors
D. Local linear regression and factor - based methods have no relation in terms of data requirements

Which of the following statements correctly describes the relationship between bandwidth choice and the conditional mean estimator in kernel regression methods?

A. A larger bandwidth choice means averaging over less data, getting closer to the unconditional mean.
B. A smaller bandwidth choice means averaging over more data, getting closer to the OLS regression estimator.
C. A larger bandwidth choice means averaging over more data, getting closer to the unconditional mean.
D. A smaller bandwidth choice means averaging over more data, getting closer to the unconditional mean.

What are the advantages of using kernel regression methods for forecasting? Select all that apply.

A. They are appropriate under a wide range of assumptions on the data.
B. They can handle large - dimensional predictors easily.
C. They allow for heterogeneity and dependence in the data.
D. They are fully parametric models.

In kernel regression, choosing a product kernel with a diagonal bandwidth matrix in the Gaussian kernel formula results in a univariate Gaussian kernel for each predictor variable.

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

立即登录