Aptech Store

The Effects of Structural Breaks on GMM models

Introduction

While structural breaks are a widely examined topic in pure time series, their impacts on panel data models have garnished less attention.

However, in their forthcoming paper Chowdhury and Russell demonstrate that structural breaks can cause bias in the instrumental variable panel estimation framework.

This work highlights that structural breaks shouldn't be limited to pure time series models and warrant equal attention in panel data models.

The Model

For simplicity, consider the same AR(1) dynamic panel data model used by Chowdhury and Russell

yit=αyit1+ηi+νit

In this model, ηi represents the individual fixed effects and νit represents the random error terms.

Now consider an additive break in the fixed effects at time TB such that

yit=αyit1+(ηi+δiTB)+νit,tTB

where

E[δiTBνit]0,t<TBE[δiTBνit]=0,tTBE[δtTBηi]0

Note that just as the fixed effects, ηi, are different across each individual the impact of the structural break, δiTB, on the fixed effects is different across the individuals.

Model Summary

  • Dynamic panel data model.
  • Individual specific structural break in fixed effects (δtTB).
  • E[δtTBηi]0.

The Arellano-Bond Estimation Method

In static panel data models, like the one-way fixed effects model, demeaning or differencing is used to address heterogeneity. However, Nickell (1981) showed that in dynamic panel data models this process creates a bias in the coefficient estimates.

To address this issue, lagged levels or differences of the dependent variable are used as instruments. The Dynamic Panel Data approach, popularized by Arellano Bond (1991), uses a system of equations, one for each time period, and different instruments in each equation.

This is done to allow the use of newly available lagged variables as instruments as we move forward through the time series. From these new instruments, the Arellano-Bond moment conditions are formed.

Arellano-Bond Moment Conditions

  • Difference Estimator
    E[yits(δνit)]=0 for t=3,4,,T and 2St1
  • Level Estimator
    E[Δyits(νit+ηi)]=0 for t=3,4,,T and 2St1

The Bias

The Arellano-Bond Difference Estimator

When structural breaks are present the Arellano-Bond moment conditions are no longer valid. To demonstrate, consider the difference equation moments when there is a structural break at TB=3, t=4, and s=2:

E[yits(Δνit)]=E[yi2(yi4αyi3ηiδiTByi3αyi2ηi)]=E[yi2Δyi4]αE[yi2Δyi2]E[yi2δiTB]

Structural breaks introduce bias into the GMM difference estimates through the boxed term in the equation above, E[yi2δiTB]0.

The Arellano-Bond Level Estimator

Now consider the level equation moments when there is a structural break at TB=3, t=4, and s=2:

E[Δyits(νit+ηi)]=[(yi3yi2)(νi4+ηi)]=E[(αyit2+δiTB+νi3+ηiyit2)(νi4+ηi)]=E[((α1)yit2+ηi)ηi]+E[δiTBηi]

In this case structural breaks introduce bias into the GMM level estimates through the boxed term, E[δiTBηi]0.

The Double-D GMM Estimator

Chowdhury and Russell (2018) propose the use of a new Double-D GMM estimator. The Double-D estimator uses lagged differences as instruments but correlates them with the lagged differences of the fixed effects such that the moments are given by E[Δyi,tsΔνit] where S2.

To see how this eliminates the bias consider the case where t=5 and S=2:

E[Δyit2(Δνit+Δηi)]=E[Δyit2(Δνit)]=E[(αyit2+δiTB+νi3+ηiyit2)(Δνi5)]=E[((α1)yi3+ηi)(Δνi5)]+E[(δiTBΔνi5)]

Note that in the Double-D moment equation the boxed term E[(δiTBΔνi5)] is equal to zero and the moments are valid.

Conclusion

Structural breaks cannot be ignored, whether working with pure time series models or panel data models. When introduced into dynamic panel data models, structural breaks bias the Arellano-Bond moments, in turn biasing the coefficient estimates. Chowdhury and Russell (2018) propose a promising solution to this bias, the Double-D estimator.

Further Reading

  1. Panel data, structural breaks and unit root testing
  2. Panel Data Basics: One-way Individual Effects
  3. How to Aggregate Panel Data in GAUSS
  4. Introduction to the Fundamentals of Panel Data
  5. Panel Data Stationarity Test With Structural Breaks
  6. Transforming Panel Data to Long Form in GAUSS

References

Chowdhury, R. A., & Russell, B. (2018). The difference, system and ‘Double‐D’GMM panel estimators in the presence of structural breaks. Scottish Journal of Political Economy, 65(3), 271-292.

Nickell, S. (1981). Biases in Dynamic Models with Fixed Effects. Econometrica, 49(6), 1417-1426. doi:10.2307/1911408

Leave a Reply