Econometrics 7: ARDL and nonstationarity Flashcards

1
Q

What is an ARDL model?

A

An autoregressive distributed lag (ARDL) model of y_t is an autoregressive model that also depends on lags of a different series x_t.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can we estimate a model such as yt = μ + αy_{t-1} + βxt + ε with OLS if ε is temporally dependent?

A

No, as mean independence will fail.

We can instead use previous lags of y_t as instruments for y_{t-1}, or we could estimate a longer model that removes the endogeneity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Under what conditions is an ARDL model stable?

A

In general, we can write an ARDL model as B(L)y_t=α+C(L)x_t+u_t. If B(L) is invertible - that is, the roots of B lie outside the unit circle - we can write y_t in distributed-lag form and it is stable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the contemporaneous multiplier?

A

The contemporaneous multiplier measures the immediate impact of a change in xt on yt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the total multiplier?

A

The total multiplier measures the total cumulated effect of changes in x_t on y_t.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the mean lag?

A

The mean lag is the weighted mean of all multipliers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is median lag?

A

The median lag is the number of periods it takes for 50% of the total effect to accumulate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the Error Correction Representation of an ARDL model?

A

The ECM writes the model only in terms of the first differences of the series, and one term in levels.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why write models in ECM format?

A

If the above ECM exists, the variables are cointegrated and α is a consistent estimator of the order of cointegration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What order of integration are random walks?

A

Ι(1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the asymptotic distribution of Τ(p̂-p) if ρ =1?

A

The Dickey-Fuller distribution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a Dickey-Fuller test?

A

The Dickey-Fuller test is a test for a unit root. In the simplest case, we regress
∆yt ~ θy_t + u with H0: θ = 0 against θ ≠ 0. The null hypothesis corresponds to a unit root.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is an augmented Dickey-Fuller test? Why would we use it instead of a regular DF test?

A

The augmented Dickey-Fuller test includes lags of the dependent variable in the initial regression. If the u_t are autocorrelated, the regular DF test will not have the correct standard errors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the KPSS test?

A

The KPSS test instead tests a null of stationarity against the alternative of a unit root. We estimate a stationary model (under the null) to generate residuals and an estimate of the long-run variance. Then, the KPSS statistic has a well-defined distribution under the null, and divergence under the alternative.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If the true model includes structural breaks, how are the DF and KPSS tests affected?

A

Both tests are biased towards the nonrejection of a unit root in the presence of structural breaks; that is, stationary models with breaks can be misclassified as nonstationary models with unit roots. Lee, Huang and Shin generalise some of these tests to be robust to this problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is spurious regression?

A

Spurious regression occurs when we regress one I(1) series on another. The test statistic diverges even in the absence of any relationship between them. There is therefore a persistent tendency to reject null hypotheses of no relationship when they are false.

17
Q

What is order of integration?

A

The number of times a series must be differenced before it is stationary.

18
Q

Define cointegration formally.

A

The components of the vector y_t are cointegrated of order d,b, if (i) all components of y_t are I(d); (ii) there exists a vector α≠0 such that α’yt ~ I(d-b), b>0. The vector α is the cointegrating vector.

19
Q

How does the Engle-Granger test for cointegration work?

A
  • Find the OLS residuals from a static regression
  • Test for no cointegration by testing for a unit root in the residuals. DF test.
  • This is consistent, but inefficient; and we are required to specify the distribution of x_t.
20
Q

How can we use an ECM to test for cointegration?

A
  • Find the ECM
  • Test for α=0
  • Consistent, but cannot account for feedback from y to x.