1

It can be shown by contradiction that exogeneity fails to hold for an AR(1) model.
Is there any proof that contemporaneous exogeneity does not fail to hold?
All I've come across is assuming it does hold and showing that the contradiction for the strict exogeneity case does not apply to this case, which isn't really a proof?

Assuming that,

Say we have a weakly stationary and weakly dependent AR(1) model: $y_t=\beta_0+\beta_1y_{t-1}+u_t$ with
$E[u_t|y_{t-1}]=0$
$E[u_t]=0$
$E[u_t^2]=\sigma^2$

Since we have $E[u_t|\beta_0+\beta_1y_{t-2}+u_{t-1}]=0$ and so on, does this imply:
$E[u_t|y_{t-1},y_{t-2},...,u_{t-1},u_{t-2},...]=0$ ?

Christoph Hanck
  • 25,948
  • 3
  • 57
  • 106
DQd
  • 13
  • 3

1 Answers1

1

The reason you mostly encounter contemporaneous exogeneity as an assumption is - in my view - that it amounts to assuming that the model is not dynamically misspecified.

By way of example, let us consider the case that the process is in fact generated as an AR(2) process, $$ y_t=\phi_1y_{t-1}+\phi_2y_{t-2}+u_t, $$ where $u_t$ satisfies the assumptions you present, in particular that $E(u_t|y_{t-1}, y_{t-2})=0$.

Now, suppose that the statistician fits an AR(1) model to $y_t$, $$ y_t=\phi y_{t-1}+\tilde u_t. $$ Then, $\tilde u_t=\phi_2y_{t-2}+u_t$, so that, evidently, $E(\tilde u_t|y_{t-1}, y_{t-2})\neq0$.

Hence, if you were to fit a regression to the AR(1) specification, you would get an inconsistent estimator of $\phi_1$, the coefficient in the actual AR(2) model, as the error term of the AR(1) regression specification, $\tilde u_t$, is correlated with the regressor $y_{t-1}$, because $y_{t-1}$ and $y_{t-2}$ are correlated in an AR-process.

Christoph Hanck
  • 25,948
  • 3
  • 57
  • 106