Proxy Exogeneity Test

Proxies

This page illustrates how proxy variables allow to identify the SVAR. Moreover, it shows how endogenous proxy variables affect the estimation and lead to biased estimates.

Definition: Proxy

A proxy variable $z_t$ for a target shock $\epsilon_{it}$ is a variable that is:

  1. Relevant: Correlated with the target shock $\epsilon_{it}$
  2. Exogenous: Uncorrelated with all other structural shocks $\epsilon_{jt}$ for $j \neq i$.

Proxy SVAR

Let's fix the rotation at $\phi_0 = 0.5$ such that the reduced form shocks are equal to one specific rotation of the structural shocks:

$ \begin{bmatrix} u_{1,t} \\ u_{2,t} \end{bmatrix} = \begin{bmatrix} 0.88 & -0.48 \\ 0.48 & 0.88 \end{bmatrix} \begin{bmatrix} \epsilon_{1,t} \\ \epsilon_{2,t} \end{bmatrix} $

The innovations $e_t(B(\phi))$ are given by rotating the reduced form shocks $u_t$ with an angle of $\phi (180 / \pi)$ degrees.

Consider a proxy $z_{ t}$ for the target shock $\epsilon_{1t}$ given by $$ z_{ t} = \gamma_1 \epsilon_{1 t} + \gamma_2 \epsilon_{2 t} + \eta_{ t} $$ such that $\gamma_1$ governs the strenght or relevance of the proxy and $\gamma_2$ the exogeneity of the proxy.

Proxy relevance and exogeneity

The following two plots show the proxy against the target shock $\epsilon_{1t}$ and against the non-target shock $\epsilon_{2t}$. The left plot illustrates the relevance of the proxy by the correlation with the target shock. The right plot shows the exogeneity of the proxy which should be uncorrelated with the non-target shock.

In practice, the structural shocks are not observable. However, for a given rotation $\phi$, we can compute the innovations $e_t(B(\phi))$. For the correct rotation $\phi=\phi_0$, the proxy $z_t$ and the non-target innovation $e_{2t}$ should be uncorrelated. Therefore, we can use this correlation to find the correct rotation $\phi_0$. The following two plots illustrate the correlation between the proxy and the innovations for both the target and non-target shocks.

Interactive Loss Illustration

The following plot shows the loss equal to the covariance of the proxy and non-target innovation $e_{2t}$ for different $\phi$ values.

$ loss(\phi) = \begin{bmatrix} \frac{1}{T} \sum_{t=1}^{T} z_t e_{2t}(\phi) \end{bmatrix} W \begin{bmatrix} \frac{1}{T} \sum_{t=1}^{T} z_t e_{2t}(\phi) \end{bmatrix}' $

The loss uses the asymptotically efficient weighting matrix $W=S^{-1}$ where $S$ is the variance covariance matrix of the moment conditions.

Next steps

The next page illustrates how the proxy exogeneity assumption can be tested if two proxies are available.