Arellano–Bond estimator

In econometrics, the Arellano–Bond estimator is a generalized method of moments estimator used to estimate dynamic models of panel data. It was proposed in 1991 by Manuel Arellano and Stephen Bond,[1] based on the earlier work by Alok Bhargava and John Denis Sargan in 1983, for addressing certain endogeneity problems.[2] The GMM-SYS estimator is a system that contains both the levels and the first difference equations. It provides an alternative to the standard first difference GMM estimator.

Qualitative description edit

Unlike static panel data models, dynamic panel data models include lagged levels of the dependent variable as regressors. Including a lagged dependent variable as a regressor violates strict exogeneity, because the lagged dependent variable is likely to be correlated with the random effects and/or the general errors.[2] The Bhargava-Sargan article developed optimal linear combinations of predetermined variables from different time periods, provided sufficient conditions for identification of model parameters using restrictions across time periods, and developed tests for exogeneity for a subset of the variables. When the exogeneity assumptions are violated and correlation pattern between time varying variables and errors may be complicated, commonly used static panel data techniques such as fixed effects estimators are likely to produce inconsistent estimators because they require certain strict exogeneity assumptions.

Anderson and Hsiao (1981) first proposed a solution by utilising instrumental variables (IV) estimation.[3] However, the Anderson–Hsiao estimator is asymptotically inefficient, as its asymptotic variance is higher than the Arellano–Bond estimator, which uses a similar set of instruments, but uses generalized method of moments estimation rather than instrumental variables estimation.

In the Arellano–Bond method, first difference of the regression equation are taken to eliminate the individual effects. Then, deeper lags of the dependent variable are used as instruments for differenced lags of the dependent variable (which are endogenous).

In traditional panel data techniques, adding deeper lags of the dependent variable reduces the number of observations available. For example, if observations are available at T time periods, then after first differencing, only T-1 lags are usable. Then, if K lags of the dependent variable are used as instruments, only T-K-1 observations are usable in the regression. This creates a trade-off: adding more lags provides more instruments, but reduces the sample size. The Arellano–Bond method circumvents this problem.

Formal description edit

Consider the static linear unobserved effects model for   observations and   time periods:

  for   and  

where   is the dependent variable observed for individual   at time     is the time-variant   regressor matrix,   is the unobserved time-invariant individual effect and   is the error term. Unlike  ,   cannot be observed by the econometrician. Common examples for time-invariant effects   are innate ability for individuals or historical and institutional factors for countries.

Unlike a static panel data model, a dynamic panel model also contains lags of the dependent variable as regressors, accounting for concepts such as momentum and inertia. In addition to the regressors outlined above, consider a case where one lag of the dependent variable is included as a regressor,  .

 

Taking the first difference of this equation to eliminate the individual effect,

 

Note that if   had a time varying coefficient, then differencing the equation will not remove the individual effect. This equation can be re-written as,

 

Applying the formula for the Efficient Generalized Method of Moments Estimator, which is,

 

where   is the instrument matrix for  .

The matrix   can be calculated from the variance of the error terms,   for the one-step Arellano–Bond estimator or using the residual vectors of the one-step Arellano–Bond estimator for the two-step Arellano–Bond estimator, which is consistent and asymptotically efficient in the presence of heteroskedasticity.

Instrument matrix edit

The original Anderson and Hsiao (1981) IV estimator uses the following moment conditions:

 

Using the single instrument  , these moment conditions form the basis for the instrument matrix  :

 

Note: The first possible observation is t = 2 due to the first difference transformation

The instrument   enters as a single column. Since   is unavailable at  , all observations from   must be dropped.

Using an additional instrument   would mean adding an additional column to  . Thus, all observations from   would have to be dropped.

While adding additional instruments increases the efficiency of the IV estimator, the smaller sample size decreases efficiency. This is the efficiency - sample size trade-off.

The Arellano-bond estimator addresses this trade-off by using time-specific instruments.

The Arellano–Bond estimator uses the following moment conditions

 

Using these moment conditions, the instrument matrix   now becomes:

 

Note that the number of moments is increasing in the time period: this is how the efficiency - sample size tradeoff is avoided. Time periods further in the future have more lags available to use as instruments.

Then if one defines:

 

The moment conditions can be summarized as:

 

These moment conditions are only valid when the error term   has no serial correlation. If serial correlation is present, then the Arellano–Bond estimator can still be used under some circumstances, but deeper lags will be required. For example, if the error term   is correlated with all terms   for s S (as would be the case if   were a MA(S) process), it would be necessary to use only lags of   of depth S + 1 or greater as instruments.

System GMM edit

When the variance of the individual effect term across individual observations is high, or when the stochastic process   is close to being a random walk, then the Arellano–Bond estimator may perform very poorly in finite samples. This is because the lagged dependent variables will be weak instruments in these circumstances.

Blundell and Bond (1998) derived a condition under which it is possible to use an additional set of moment conditions.[4] These additional moment conditions can be used to improve the small sample performance of the Arellano–Bond estimator. Specifically, they advocated using the moment conditions:

  (1)

These additional moment conditions are valid under conditions provided in their paper. In this case, the full set of moment conditions can be written:

 

where

 

and

 

This method is known as system GMM. Note that the consistency and efficiency of the estimator depends on validity of the assumption that the errors can be decomposed as in equation (1). This assumption can be tested in empirical applications and likelihood ratio test often reject the simple random effects decomposition.[2]

Implementations in statistics packages edit

  • R: the Arellano–Bond estimator is available as part of the plm package.[5][6][7]
  • Stata: the commands xtabond and xtabond2 return Arellano–Bond estimators.[8][9]

See also edit

References edit

  1. ^ Arellano, Manuel; Bond, Stephen (1991). "Some tests of specification for panel data: Monte Carlo evidence and an application to employment equations". Review of Economic Studies. 58 (2): 277. doi:10.2307/2297968. JSTOR 2297968.
  2. ^ a b c Bhargava, A.; Sargan, J. D. (1983). "Estimating dynamic random effects models from panel data covering short time periods". Econometrica. 51 (6): 1635–1659. doi:10.2307/1912110. JSTOR 1912110.
  3. ^ Anderson, T. W.; Hsiao, Cheng (1981). "Estimation of dynamic models with error components" (PDF). Journal of the American Statistical Association. 76 (375): 598–606. doi:10.1080/01621459.1981.10477691..
  4. ^ Blundell, Richard; Bond, Stephen (1998). "Initial conditions and moment restrictions in dynamic panel data models". Journal of Econometrics. 87 (1): 115–143. CiteSeerX 10.1.1.321.1200. doi:10.1016/S0304-4076(98)00009-8.
  5. ^ Kleiber, Christian; Zeileis, Achim (2008). "Linear Regression with Panel Data". Applied Econometrics with R. Springer. pp. 84–89. ISBN 978-0-387-77316-2.
  6. ^ Croissant, Yves; Millo, Giovanni (2008). "Panel Data Econometrics in R: The plm Package". Journal of Statistical Software. 27 (2): 1–43. doi:10.18637/jss.v027.i02.
  7. ^ "plm: Linear Models for Panel Data". R Project.
  8. ^ "xtabond — Arellano–Bond linear dynamic panel-data estimation" (PDF). Stata Manual.
  9. ^ Roodman, David (2009). "How to do xtabond2: An introduction to difference and system GMM in Stata". Stata Journal. 9 (1): 86–136. doi:10.1177/1536867X0900900106. S2CID 220292189.

Further reading edit