Presentation is loading. Please wait.

Presentation is loading. Please wait.

Lecture 12 Time Series Model Estimation Materials for lecture 12 Read Chapter 15 pages 30 to 37 Lecture 12 Time Series.XLSX Lecture 12 Vector Autoregression.XLSX.

Similar presentations


Presentation on theme: "Lecture 12 Time Series Model Estimation Materials for lecture 12 Read Chapter 15 pages 30 to 37 Lecture 12 Time Series.XLSX Lecture 12 Vector Autoregression.XLSX."— Presentation transcript:

1 Lecture 12 Time Series Model Estimation Materials for lecture 12 Read Chapter 15 pages 30 to 37 Lecture 12 Time Series.XLSX Lecture 12 Vector Autoregression.XLSX

2 Time Series Model Estimation Outline for this lecture –Review stationarity and no. of lags –Discuss model estimation –Demonstrate how to estimate Time Series (AR) models with Simetar –Interpretation of model results –How to forecast the results for an AR model

3 Time Series Model Estimation -- Stationarity Plot the data to see what kind of series you are analyzing Make the series stationary by determining the optimal number of differences based on =DF() test, say D i,t May need to test for the need for a trend, i.e., Augmented Dickie-Fuller test =DF(Data Series, Trend, 0, No Differences) Trend = True for augmented DF Trend = False for regular DF

4 Time Series Model Estimation – Number of Lags Determine the number of lags to use in the AR model based on =AUTOCORR() or =ARLAG() Manually this is a series of regressions testing all different lags of the differenced data. To test for 4 lags use this regression D i,t =a + b 1 D i,t-1 + b 2 D i,t-2 +b 3 D i,t-3 + b 4 D i,t-4 Student t statistic for the last lagged value Simetar provided two functions to bypass the need to develop numerous D i series and run individual regressions

5 Time Series Model Estimation Once you have decided on the number of differences to make the series stationary and the number of lags to use for prediction Then you estimate an OLS regression to estimate the predictive equation. For a series with “1” differences and four lags estimate coefficients for this regression D 1,t =a + b 1 D 1,t-1 + b 2 D 1,t-2 +b 3 D 1,t-3 + b 4 D 1,t-4 This regression will forecast the D 1 which you have to forecast the Ŷ T+i

6 Time Series Model Estimation in Simetar An alternative to estimating the differences and lag variables by hand and using an OLS regression package, we will use Simetar Simetar time series function is driven by a menu

7 Time Series Model Estimation Read output as a regression output –Beta coefficients are OLS slope coefficients –SE of Coef. used to calculate t ratios to determine which lags are significant –For goodness of fit refer to AIC, SIC and MAPE –Can test restricting out lags (variables)

8 Before You Estimate TS Model (Review) Dickey-Fuller test indicates whether the data series used for the model, D i,t, is stationary and if the model is D 2,t = a + b 1 D 1,t the DF it indicates that t stat for b 1 is < -2.90 Augmented DF test indicates whether the data series Di,t are stationary, if we added a trend to the model and one or more lags D i,t =a + b 1 D i,t-1 + b 2 D i,t-2 +b 3 D i,t-3 + b 4 T t SIC indicates the value of the Schwarz Criteria for the number lags and differences used in estimation –Change the number of lags and observe the SIC change AIC indicates the value of the Aikia information criteria for the number lags used in estimation –Change the number of lags and observe the AIC change –Best number of lags is where AIC is minimized Changing number of lags also changes the MAPE and SD residuals

9 Forecasting a Time Series Model If we assume a series that is stationary and has T observations of data we estimate the model as an AR(0 difference, 1 lag) Forecast the first period ahead as Ŷ T+1 = a + b 1 Y T Forecast the second period ahead as Ŷ T+2 = a + b 1 Ŷ T+1 Continue in this fashion for more periods This ONLY works if Y is stationary, based on the DF test for zero differences

10 Forecasting a Times Series Model What if D 1,t was stationary? How do you forecast? First period ahead forecast is Recall that D 1,T = Y T – Y T-1 So the regression is: D̂ 1,T+1 = a + b 1 D 1,T Next add the forecasted D̂ 1,T+1 to Y T to forecast Ŷ T+1 as follows: Ŷ T+1 = Y T + D̂ 1,T+1

11 Forecasting A Time Series Model Second period ahead forecast is D̂ 1,T+2 = a + b D̂ 1,T+1 Ŷ T+2 = Ŷ T+1 + D̂ 1,T+2 Repeat the process for period 3 and so on This is referred to as the chain rule of forecasting

12 For Forecast Model D 1,t = 4.019 + 0.42859 D 1,T-1 YearHistory and Forecast Ŷ T+i Change Ŷ or D̂ 1,T Forecast D 1T+i Forecast Ŷ T+i T-11387 T1289-98.0-37.925 = 4.019 + 0.428*(-98) 1251.1 = 1289 + (-37.925) T+11251.1-37.9-12.224 = 4.019 + 0.428*(-37.9) 1238.91 = 1251.11 + (-12.22) T+21238.91-12.19-1.198 = 4.019 + 0.428*(-12.19) 1237.71=1238.91 + (-1.198) T+31237.71

13 Time Series Model Forecast – Note that this Model Restricted Out the Second Lag

14 Time Series Model Estimation Impulse Response Function –Shows the impact of a 1 time 1 unit change in Y T on the forecast values of Y over time –Good model is one where impacts decline to zero in short number of periods

15 Time Series Model Estimation Impulse Response Function will die slowly if the model has to many lags; they feed on themselves Same data series fit with 1 lag and a 6 lag model

16 Time Series Model Estimation Dynamic stochastic Simulation of a time series model

17 Time Series Model Estimation Look at the simulation in Lecture 12 Time Series.XLSX

18 Time Series Model Estimation Result of a dynamic stochastic simulation

19 Vector Autoregressive (VAR) Models VAR models are time series models where two or more variables are thought to be correlated and together they explain more than one variable by itself For example forecasting –Sales and Advertising –Money supply and interest rate –Supply and Price We are assuming that Y t = f(Y t-i and Z t-i )

20 VAR Time Series Model Estimation Take the example of advertising and sales A T+i = a +b 1 DA 1,T-1 + b 2 DA 1,T-2 + c 1 DS 1,T-1 + c 2 DS 1,T-2 S T+i = a +b 1 DS 1,T-1 + b 2 DS 1,T-2 + c 1 DA 1,T-1 + c 2 DA 1,T-2 Where A is advertising and S is sales DA is the difference for A DS is the difference for S In this model we fit A and S at the same time and A is affected by its lag differences and the lagged differences for S The same is true for S affected by its own lags and those of A

21 Time Series Model Estimation Advertising and sales VAR model Highlight two columns Specify number of lags Specify number differences

22 Time Series Model Estimation Advertising and sales VAR model


Download ppt "Lecture 12 Time Series Model Estimation Materials for lecture 12 Read Chapter 15 pages 30 to 37 Lecture 12 Time Series.XLSX Lecture 12 Vector Autoregression.XLSX."

Similar presentations


Ads by Google