autoregressive distributed lag (adl) model by yi-yi chen

3
Autoregressive Distributed Lag (ADL) Model Yi-Yi Chen The regressors may include lagged values of the dependent variable and current and lagged values of one or more explanatory variables. This model allows us to determine what the effects are of a change in a policy variable. 1. A simple model: The ADL(1,1) model y t = m + α 1 y t-1 + β 0 x t + β 1 x t-1 + u t , where y t and x t are stationary variables, and u t is a white noise. The White-noise process: A sequence {u t } is a white-noise process if each value in the sequence has a mean of zero, a constant variance, and is serially uncor- related. The sequence {u t } is a white-noise process if for each period t, E(u t )= E(u t-1 )= ··· =0 E(u 2 t )= E(u 2 t-1 )= ··· = σ 2 E(u t u t-s )= E(u t-j u t-j -s )=0, for all u. 2. Estimation: If the values of x t are treated as given, as being uncorrelated with u t . OLS would be consistent. However, if x t is simultaneously determined with y t and E(x t u t ) = 0, OLS would be inconsistent. As long as it can be assumed that the error term u t is a white noise process, or more generally-is stationary and independent of x t ,x t-1 , ··· and y t ,y t-1 , ···, the ADL models can be estimated consistently by ordinary least squares. 3. Interpretation of the dynamic effect: We can invert the model as the lag polynomial in y as y t = (1 + α 1 + α 2 1 + ···)m + (1 + α 1 L + α 2 1 L 2 + ···)(β 0 x t + β 1 x t-1 + u t ). The current value of y depends on the current and all previous values of x and 1

Upload: justin-colyn

Post on 08-Apr-2015

462 views

Category:

Documents


3 download

DESCRIPTION

Chen,  Y.-Y.  (2010)  Autoregressive Distributed Lag (ADL) Model, last accessed 9 September 2010, from URL http://mail.tku.edu.tw/chenyiyi/ADL.pdf 

TRANSCRIPT

Page 1: Autoregressive Distributed Lag (ADL) Model by Yi-Yi Chen

Autoregressive Distributed Lag (ADL) ModelYi-Yi Chen

The regressors may include lagged values of the dependent variable and current and

lagged values of one or more explanatory variables. This model allows us to determine

what the effects are of a change in a policy variable.

1. A simple model:

The ADL(1,1) model

yt = m + α1yt−1 + β0xt + β1xt−1 + ut,

where yt and xt are stationary variables, and ut is a white noise.

The White-noise process: A sequence {ut} is a white-noise process if each value

in the sequence has a mean of zero, a constant variance, and is serially uncor-

related.

The sequence {ut} is a white-noise process if for each period t,

E(ut) = E(ut−1) = · · · = 0

E(u2t ) = E(u2

t−1) = · · · = σ2

E(utut−s) = E(ut−jut−j−s) = 0, for all u.

2. Estimation:

If the values of xt are treated as given, as being uncorrelated with ut. OLS

would be consistent. However, if xt is simultaneously determined with yt and

E(xtut) �= 0, OLS would be inconsistent. As long as it can be assumed that

the error term ut is a white noise process, or more generally-is stationary and

independent of xt, xt−1, · · · and yt, yt−1, · · ·, the ADL models can be estimated

consistently by ordinary least squares.

3. Interpretation of the dynamic effect:

We can invert the model as the lag polynomial in y as

yt = (1 + α1 + α21 + · · ·)m + (1 + α1L + α2

1L2 + · · ·)(β0xt + β1xt−1 + ut).

The current value of y depends on the current and all previous values of x and

1

Page 2: Autoregressive Distributed Lag (ADL) Model by Yi-Yi Chen

u.∂yt

∂xt

= β0,

This is referred as the impact multiplier.

The effect after one period

∂yt+1

∂xt

= β1 + α1β0,

The effect after two periods

∂yt+2

∂xt

= α1β1 + α21β0,

The long-run multiplier (long-run effect) is β0+β1

1−α1if |α1| < 1.

4. Reparameterization:

Substitute yt and xt with yt−1 + ∆yt and xt−1 + ∆xt.

∆yt = m + β0∆xt − (1 − α1)yt−1 + (β0 + β1)xt−1 + ut,

∆yt = β0∆xt − (1 − α1)[yt−1 − m

1 − α1

− β0 + β1

1 − α1

xt−1] + ut.

This is called the error correction model (ECM).

The current change in y is the sum of two components. The first is proportional

to the current change in x. The second is a partial correction for the extent

to which yt−1 deviated from the equilibrium value corresponding to xt−1 (the

equilibrium error).

5. Generalizations:

The ADL(p, q) model:

A(L)yt = m + B(L)xt + ut,

with

A(L) = 1 − α1L − α2L2 − · · · − αpL

p,

B(L) = β0 + β1L + β2L2 + · · · + βqL

q.

2

Page 3: Autoregressive Distributed Lag (ADL) Model by Yi-Yi Chen

The general ADL(p, q1, q2, · · · , qk) model:

A(L)yt = m + B1(L)x1t + B2(L)x2t + · · · + Bk(L)xkt + ut,

If A(L) = 1, the model does not contain any lags of yt. It is called the distributed

lag model.

3