正在学习
4.2.3 Estimation Based on Penalized Loss Functions
4.2.3 Estimation Based on Penalized Loss Functions
The need to estimate the parameters of the forecasting model adds to the risk of the associated forecast. Under squared error loss, parameter estimation error usually adds a term of order . Although this term is asymptotically irrelevant, in practice it can still be a significant addition to risk. This is particularly true in practical forecast problems with monthly, quarterly, or even annual data where the sample size is not all that large and estimation errors can be important.
An alternative to choosing to minimize the in-sample loss is to use a method that penalizes the in-sample average loss or constrains the dimension of the forecasting model. In this case we choose as the minimizer of the Lagrangian
with . We can view (4.10) as a penalized loss function with a penalty term Applying this method to squared error loss and linear models, we have
where variation in the choice of the function results in different procedures. Ridge regression sets , while the extended Ridge method uses for some matrix A. Ridge regression was originally introduced to deal with multicollinearity in linear regression. Even though multicollinearity is not a problem for forecasting, the Ridge estimator turns out to be a shrinkage estimator which can be useful in forecasting.
The Lasso (least absolute shrinkage and selection operator) method introduced by Tibshirani (1996) sets and also yields a shrinkage estimator. This method is often used for variable selection (see chapter 6) and so is useful in cases with large sets of possible predictors, few of which have sufficient predictive power to be included in the model. Bai and Ng (2008) consider Lasso methods to predict US inflation, while Elliott, Gargano, and Timmermann (2013) provide an application of both the Lasso and Ridge methods to predictability of US stock market returns.
Another, more recent, approach is the elastic net estimator proposed by Zou and Hastie (2005). This uses a penalty term , for which is a convex combination of the Lasso and Ridge penalty terms. By using such a combination of penalty terms, the hope is to avoid the tendency of Lasso to perform poorly when many predictors within a group have similar predictive power and Lasso tends to select an arbitrary predictor from the group. Bai and Ng (2008) use this approach to construct an inflation forecast from more than 100 variables.
A variation on these methods, due to Breiman (1995), is the Garrote, which chooses the parameters to solve
where are least squares estimates. This method has not, however, gained much use in the economic forecast literature.
Constrained optimization methods are examples of shrinkage estimators which shrink the coefficients of the unconstrained optimization methods to a particular point, usually 0. This can be seen in the following examples.
Example 4.2.6. Let and consider forecasting the mean of . We can use the in-sample estimator with the lowest MSE subject to the constraint that which prevents from becoming too large. This produces a penalized loss function of the form
where . The solution to (4.11) yields the estimator
so the estimator shrinks the sample mean towards 0.
A second example is the generalized Ridge estimator.
Example 4.2.7. Consider observations {Y, X}, where Y is and X is . Let , where A is such that is positive definite. Then the solution to
is which is the generalized Ridge estimator; the simple Ridge estimator sets
练习题
Under squared error loss, what is the order of the term added by parameter estimation error to the forecast risk?
What is the Lagrangian form for choosing that minimizes the penalized loss function?
Which of the following are true about Ridge regression?
Which of the following are true about the Lasso method?
The elastic net estimator combines the penalty terms of both Ridge and Lasso methods.
The Garrote method does not impose any constraints on the parameters.
The term added by parameter estimation error to the forecast risk under squared error loss is asymptotically ___.
The Lasso method is often used for ___ selection.
Explain the purpose of the penalty term in the penalized loss function.
What is the main advantage of using the elastic net estimator over the Lasso method?
Which of the following is a key difference between Ridge regression and Lasso?
Which of the following statements about maximum likelihood estimation (MLE) in forecasting are correct?
The quasi-maximum likelihood estimator (QMLE) assumes that the likelihood is correctly specified.
The consistency of maximum likelihood estimators requires that the model is ___ (so the expected likelihood has a unique maximum at the true parameters).
What is the main advantage of using the plug-in approach in forecasting?
登录后解锁笔记、知识点解析、AI 问答
立即登录