Forecast Combination#

Linear Combination Weights#

Consistent with Stock and Waston (1998)’s experiment on linear combination weights, the combined forecasts are the weighted averages of the single forecasts. Let MSEt+h,t,i=(1/v)τ=tvteτ,τh,i2 be the ith forecasting model’s MSE at time t, computed over a window of the previous v periods. Then

y^t+h,t=i=1Nω^t+h,t,iy^t+h,t,i, where ω^t+h,t,i=(1/MSEt+h,t,iκ)j=1N(1/MSEt+h,t,jκ)

When κ=0, MSEt+h,t,iκ would be 1, and the weight is assigned equally to every single forecast, suggesting the arithmetic average of forecasts. As κ increases, an increasing amount of weight is assigned to models that perform well, and the weight is equal to the inverse of MSE when κ=1. The study tests two specific scenarios where κ=0 and κ=1.

Least squares estimators of the weights#

Least square estimators of the weights are computed by the ordinary least squares, regressing realizations of the target variable yτ the N-vector of forecasts, y^τ using data over the period τ=h,...,t:

ω^t+h,t=(τ=1thy^τ+h,τy^τ+h,τ)1τ=1thy^τ+h,τyτ+h

Built on Granger and Ramanathan [1984]’s proposed methods (excluding the one with constant term) and shrinkage methods, three specific formats are specified below:

(1) yt+h=ωhy^t+h,t,+ϵt+h

(2) yt+h=ωhy^t+h,t,+ϵt+h, s.t ωhι=1

(3) yt+h=ωhy^t+h,t,+ϵt+h+λ|ωh|

Equation 1 represents the ordinary least square estimation without intercept. Equation 2 is the constrained least square estimation, where estimates must be positive, and the sum of estimates will be 1. Equation 3 is the LASSO where λ|ωh| would prevent the overfitting, and the procedure is not to perform variable selection.