ADL(p,q) model

Summary

Setup:

  • Given: time series data on a dependent variable y and one explanatory variable x .
  • y1,,yT and x1,,xT are stationary processes.
  • The static LRM can be formulated

yt=β1+β2xt+εt,t=1,,T

Lagged variables

  • If we believe that yt is directly affected by the value of the explanatory variable in the previous period, xt1 , we can specify a dynamic LRM

yt=β1+β2xt+θxt1+εt,t=1,,T

  • xt1 is called a lagged explanatory variable.
  • If we believe that yt is directly affected by the value of the dependent variable in the previous period, yt1 , we can specify our LRM

yt=β1+β2xt+ρyt1+εt,t=1,,T

  • yt1 is called a lagged dependent variable which is then an explanatory variable in our LRM.

ADL(p,q)

  • If we believe that yt is directly affected by the values of the dependent and explanatory variable even further back in time we can assume the LRM

yt=β1+β2xt+θ1xt1++θqxtq+ρ1yt1++ρpytp+εt,t=1,,T

  • q is called the lag length of the explanatory varriable while p is the lag length of the dependent variable.
  • The model can easily be extended to include several explanatory variables and they can all have different lag lengths.
  • We say that y follows an ADL( p,q) (Autoregressive Dynamic Lag) model if it can be modeled as a linear regression model where p is the lag length of the dependent variable and q is the maximum lag length of the explanatory variables.

Most common ADL models

ADL(0,0), static model:

yt=β1+β2xt+εtt=1,,T

ADL(1,0):

yt=β1+β2xt+ρyt1+εtt=1,,T

ADL(0,1):

yt=β1+β2xt+θxt1+εtt=1,,T

ADL(1,1):

yt=β1+β2xt+θxt1+ρyt1+εtt=1,,T