1 / 19

The Properties of Time Series: Lecture 4

The Properties of Time Series: Lecture 4. Previously introduced AR(1) model X t = φX t-1 + u t (1) (a) White Noise (stationary/no unit root) X t = u t i.e. φ = 0 in AR(1) equation (1) (b) Random Walk (non-stationary/unit root)

elana
Télécharger la présentation

The Properties of Time Series: Lecture 4

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Properties of Time Series: Lecture 4 • Previously introduced AR(1) model • Xt = φXt-1 + ut (1) • (a) White Noise (stationary/no unit root) • Xt = ut i.e. φ = 0 in AR(1) equation (1) • (b) Random Walk (non-stationary/unit root) • Xt = Xt-1 + ut i.e. φ = 1 in AR(1) equation (1) • (Unit root since equation solves for φ equal to one) • (c) Stationary Process / No Unit Root • Xt = φXt-1 + ut i.e. φ < 1 in AR(1) equation (1) • In Unit Root tests we test null hypothesis φ=1 in Xt = φXt-1 + ut • Or null φ* = φ-1 = 0 in ΔXt = φ*Xt-1 + ut

  2. Testing Strategy for Unit Roots • Three main aspects of Unit root testing • - Deterministic components (constant, time trend). • - ADF Augmented Dickey Fuller test - lag length • - use F-test or Schwarz Information Criteria • - In what sequence should we tests? • - Phi and tau tests

  3. Testing Strategy for Unit Roots • Formal Strategy • (A) Set up Model • (1) Use informal tests – eye ball data and correlogram • (2) Incorporate Time trend if data is upwards trending • (3) Specification of ADF test • – how many lags should we incorporate to avoid serial correlation?

  4. Example- Real GDP (2000 Prices) Seasonally Adjusted • (1) Plot Time Series - Non-Stationary • (i.e. time varying mean and correlogram non-zero) GDP Time r k

  5. Unit Root Testing • (1) Plot First Difference of Time Series - Stationary • (i.e. constant mean and correlogram zero) Time r k

  6. Unit Root Testing (2) Incorporate Linear Trend since data is trending upwards

  7. Unit Root Testing • (3) Determine Lag length of ADF test • Estimate general model and test for serial correlation • EQ ( 1) ΔYt = α+βtrend+ φ*Yt-1 + θ1ΔYt-1 + θ2ΔYt-2 + θ3ΔYt-3 + θ4ΔYt-4 + ut • EQ( 1) Modelling DY by OLS (using Lab2.in7) • The estimation sample is: 1956 (2) to 2003 (3) n = 190 • Coefficient Std.Error t-value t-prob Part.R^2 • Constant 0.538887 0.3597 1.50 0.136 0.0121 • Trend 0.00701814 0.004836 1.45 0.148 0.0114 • Y_1 -0.0156708 0.01330 -1.18 0.240 0.0075 • DY_1 -0.0191048 0.07395 -0.258 0.796 0.0004 • DY_2 0.137352 0.07297 1.88 0.061 0.0190 • DY_3 0.188071 0.07354 2.56 0.011 0.0345 • DY_4 0.0474897 0.07473 0.635 0.526 0.0022 • AR 1-5 test: F(5,178) = 1.7263 [0.1308] • Test accepts null of no serial correlation. • Nevertheless we use F-test and Schwarz Criteria to check model.

  8. Unit Root Testing (3) Determine Lag length of ADF test Model EQ ( 1) ΔYt = α+βtrend+ φ*Yt-1 + θ1ΔYt-1 + θ2ΔYt-2 + θ3ΔYt-3 + θ4ΔYt-4 + ut EQ ( 2) ΔYt = α+βtrend+ φ*Yt-1 + θ1ΔYt-1 + θ2ΔYt-2 + θ3ΔYt-3 + ut EQ ( 3) ΔYt = α+βtrend+ φ*Yt-1 + θ1ΔYt-1 + θ2ΔYt-2 + ut EQ ( 4) ΔYt = α+βtrend+ φ*Yt-1 + θ1ΔYt-1 + ut EQ ( 5) ΔYt = α+βtrend+ φ*Yt-1 + ut Use both the F-test and the Schwarz information Criteria (SC). Reduce number of lags where F-test accepts. Choose equation where SC is the lowest i.e. minimise residual variance and number of estimated parameters.

  9. Unit Root Testing (3) Determine Lag length of ADF test Progress to date Model T p log-likelihood Schwarz Criteria EQ( 1) 190 7 OLS -156.91128 1.8450 EQ( 2) 190 6 OLS -157.12068 1.8196 EQ( 3) 190 5 OLS -160.37203 1.8262 EQ( 4) 190 4 OLS -162.16872 1.8175 EQ( 5) 190 3 OLS -162.17130 1.7899 Tests of model reduction EQ( 1) --> EQ( 2): F(1,183) = 0.40382 [0.5259]Accept model reduction EQ( 1) --> EQ( 3): F(2,183) = 3.3947 [0.0357]*Reject model reduction EQ( 1) --> EQ( 4): F(3,183) = 3.4710 [0.0173]* EQ( 1) --> EQ( 5): F(4,183) = 2.6046 [0.0374]* Some conflict in results. F-tests suggest equation (2) is preferred to equation (1) and equation (3) is not preferred to equation (2). Additionally, the relative performance of these three equations is confirmed by information criteria. Therefore adopt equation (2).

  10. Unit Root Testing (B) Conduct Formal Tests EQ( 2) Modelling DY by OLS (using Lab2.in7) The estimation sample is: 1956 (2) to 2003 (3) Coefficient Std.Error t-value t-prob Part.R^2 Constant 0.505231 0.3552 1.42 0.157 0.0109 Trend 0.00655304 0.004772 1.37 0.171 0.0101 Y_1 -0.0141798 0.01307 -1.08 0.279 0.0064 DY_1 -0.0119522 0.07297 -0.164 0.870 0.0001 DY_2 0.142437 0.07241 1.97 0.051 0.0206 DY_3 0.185573 0.07332 2.53 0.012 0.0336 AR 1-5 test: F(5,179) = 0.68451 [0.6357] Main issue is serial correlation assumption for this test. Can we accept the null hypothesis of no serial correlation? Yes!

  11. Unit Root Testing Apply F-type test- Include time trend in specification Φ3: ΔYt = α + βtrend + φ*Yt-1 + θ1ΔYt-1 + θ2ΔYt-2 + θ3ΔYt-3 + ut(a) Ho:φ*= β =0Ha:φ* 0 or β0 PcGive Output : Test/Exclusion Restrictions. Test for excluding: [0] = Trend [1] = Y_1 F(2,184) = 2.29 < 6.39 = 5% C.V. (by interpolation). Hence accept joint null hypothesis of unit root and no time trend (next test whether drift term is required). NB Critical Values (C.V.) from Dickey and Fuller (1981) for Φ3 Sample Size (n) 25 50 100 250 500 C.V. at 5% 7.24 6.73 6.49 6.34 6.30

  12. Unit Root Testing Apply F-type test- Exclude time trend from specification Φ1: ΔYt = α + φ*Yt-1+ θ1ΔYt-1 + θ2ΔYt-2 + θ3ΔYt-3 + ut (b) Ho:φ*= α =0Ha:φ* 0 or α0 PcGive Output : Test/Exclusion Restrictions. Test for excluding: [0] = Constant[1] = Y_1 F(2,185) = 10.27 > 4.65 = 5% C.V. Hence reject joint null hypothesis of unit root and no drift. NB Critical Values (C.V.) from Dickey and Fuller (1981) for Φ1 Sample Size (n) 25 50 100 250 500 C.V. at 5% 5.18 4.86 4.71 4.63 4.61

  13. Unit Root Testing Apply t-type test(τμ) τμΔYt = α + φ*Yt-1+ θ1ΔYt-1 + θ2ΔYt-2 + θ3ΔYt-3 + ut (b) Ho: φ* = 0 Ha: φ* < 0 τμ = 1.64 > -2.88 = 5% C.V. Hence accept null of unit root. N.B. Critical Values (C.V.) from Fuller (1976) for τμ Sample Size (n) 25 50 100 250 500 C.V. at 5% -3.00 -2.93 -2.89 -2.88 -2.87

  14. Unit Root Testing EQ(2a) Modelling DY by OLS (using Lab2.in7) The estimation sample is: 1956 (2) to 2003 (3) Coefficient Std.Error t-value t-prob Part.R^2 Constant 0.0535255 0.1343 0.399 0.691 0.0009 Y_1 0.00352407 0.002150 1.64 0.103 0.0143 DY_1 -0.0218516 0.07279 -0.300 0.764 0.0005 DY_2 0.131601 0.07215 1.82 0.070 0.0177 DY_3 0.172115 0.07283 2.36 0.019 0.0293 AR 1-5 test: F(5,180) = 0.50464 [0.7725] τμ= 1.64 > -2.88 (5% C.V.) hence we can not reject the null of unit root.

  15. Look at the Series – Is there a Trend? Yes No ΔXt = α + φ*Xt-1 + ut ΔXt = α + βtrend + φ*Xt-1 + ut Use Φ1 to test Use Φ3 to test Ho:φ*= α =0 vs Ha:φ* 0 or α0 Ho:φ*= β =0 vs Ha:φ* 0 or β0 Reject Accept Reject Accept Pure Random Walk test φ*=0 using the t-stat. from step 1 using test φ*=0 using the t-stat. from step 1using Accept Reject Reject Accept Unit Root +Trend No Unit Root Stable Series, use normal test to check the drift Use Φ2 Random Walk + Drift Normal Test procedure to determine the presence of Time trend or Drift To determine if there is a drift as well

  16. Problems in Unit Root testing using Dickey-Fuller tests • (1) Trend stationary or difference stationary. • (2) Low power of unit root tests • (3) Structural breaks in time series.

  17. Problems in Unit root testing • (1) Trend Stationary Process and Difference Stationary Process. • Graph of GDP could be approximated by linear trend • - Nelson and Plosser (1982) challenged this assumption • trend was a random walk for many series. • - Trend was not fixed but was moved by random shocks, and would stay as such until hit by another shock. • This problem can be resolved partially by careful • application of F-type tests. • - e.g. from before there is no evidence of trend for Φ3

  18. Problems in Unit root testing • (2) Low power of unit root tests • - Is φ* = 0 in ΔXt = α + φ*Xt-1 + ut • Test result is based on the standard error of φ* • - Measure of how accurate is our estimated coefficient • - with increasing observations we become more certain. • Power of a tests is ability to reject the null when it is false. • e.g. ability to accept alternative hypothesis of stationarity. • Low power implies a series may be stationary but Dickey- Fuller test suggests unit root. • - low power is especially a problem when series is stationary but close to being unit root.

  19. Problems in Unit root testing • One solution to low power is to increase the number of observations by increasing the span of data. • However, there may be differences in economic structure or policy which should be modelled differently. • (3) Structural breaks in time series. • - Perron (1989): movement of trend could be explained by single break. • - Nelson-Plosser series are not random walk but linear trend with single breaks. • Alternative solution to low power is a number of joint ADF tests. • - Take information from a number of countries. • - And pool coefficients. (i.e. combine information).

More Related