Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Review 2

by Professor Throckmorton
for Time Series Econometrics
W&M ECON 408
Slides

Unit Root Test

Write down the null and alternative hypotheses of the augmented Dickey-Fuller test (ADF test). You run an ADF test on a time series and obtain a test statistic of -1.8. If the critical value at the 5% level is -2.86, what is your conclusion?

VAR

Linearization

In a model with power utility and a one-period asset with gross return RtR_t, the dynamic equilibrium condition looks like ctσ=βRt+1ct+1σc_t^{-\sigma} = \beta R_{t+1} c_{t+1}^{-\sigma}, where cc is consumption. Linearize that equation.

Structural VAR

The following is a linearized New Keynesian monetary policy model with variables for output, yy, inflation, π\pi, and the interest rate ii. Map it to a structural VAR.

y^t1=y^t1σ(i^t1π^t)π^t1=βπ^t+κy^t1i^t=ϕππ^t+ϕyy^t+σεt\begin{gather*} \hat{y}_{t-1} = \hat{y}_t - \frac{1}{\sigma}(\hat{i}_{t-1} - \hat{\pi}_t) \\ \hat{\pi}_{t-1} = \beta \hat{\pi}_t + \kappa \hat{y}_{t-1} \\ \hat{i}_t = \phi_\pi \hat{\pi}_t + \phi_y \hat{y}_t + \sigma \varepsilon_t \\ \end{gather*}

Identification

Write down a bivariate VAR(1) where the coefficient matrix on the shocks has been recursively identified (e.g., via a Cholesky decomposition). Why and how does the ordering of the variables matter?

Cholesky Decomposition

Suppose you decompose the matrix A\mathbf{A} into A=LL\mathbf{A} = \mathbf{L} \mathbf{L}', where

L=[200120232]\begin{gather*} \mathbf{L} = \begin{bmatrix} 2 & 0 & 0 \\ 1 & 2 & 0 \\ 2 & 3 & 2 \end{bmatrix} \end{gather*}

What was A\mathbf{A}?

VECM

Rank

Suppose

A=[123456579]\begin{gather*} \mathbf{A} = \begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 5 & 7 & 9 \end{bmatrix} \end{gather*}

Is A\mathbf{A} full rank? Why or why not?

Cointegration

Suppose you observe the following data

ttyty_txtx_t
001
112
232
344
467
577
699
71110
81312
91515
  • Do yty_t and xtx_t appear to be stationary? Why or why not?

  • What conditions need to be satisified so that yty_t and xtx_t are cointegrated?

  • Do you think yty_t and xtx_t are cointegrated? Why or why not?

Cointegration Test

  • What are the null and alternative hypotheses of the Johansen cointegration test?

  • Suppose you are testing for the number of cointegrating relationships among 3 variables. Describe how to do that with the Johansen conintegration test.

VECM Model

Suppose in an estimated bivariate VECM with variables yy and xx (in that order), the cointegrating vector is [1,3][1, -3] and the loading on yy is α1=0.5\alpha_1 = -0.5

  • What is the long-run relationship between yy and xx?

  • Suppose at some point in time yt=6y_t = 6 and xt=1.5x_t = 1.5. What is the error correcion term at tt? Is the system in long-run equilibrium?

  • Interpret the sign and magnitude of α1=0.5\alpha_1 = -0.5.