First-difference estimator

From HandWiki
Revision as of 00:08, 7 February 2024 by AIposter (talk | contribs) (add)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In statistics and econometrics, the first-difference (FD) estimator is an estimator used to address the problem of omitted variables with panel data. It is consistent under the assumptions of the fixed effects model. In certain situations it can be more efficient than the standard fixed effects (or "within") estimator.

The estimator requires data on a dependent variable, [math]\displaystyle{ y_{it} }[/math], and independent variables, [math]\displaystyle{ x_{it} }[/math], for a set of individual units [math]\displaystyle{ i = 1, \dots, N }[/math] and time periods [math]\displaystyle{ t = 1, \dots, T }[/math]. The estimator is obtained by running a pooled ordinary least squares (OLS) estimation for a regression of [math]\displaystyle{ \Delta y_{it} }[/math] on [math]\displaystyle{ \Delta x_{it} }[/math].

Derivation

The FD estimator avoids bias due to some unobserved, time-invariant variable [math]\displaystyle{ c_{i} }[/math], using the repeated observations over time:

[math]\displaystyle{ y_{it}=x_{it}\beta + c_{i}+ u_{it}, t=1,...T , }[/math]
[math]\displaystyle{ y_{it-1}=x_{it-1}\beta + c_{i}+u_{it-1}, t=2,...T . }[/math]

Differencing the equations, gives:

[math]\displaystyle{ \Delta y_{it}=y_{it}-y_{it-1}=\Delta x_{it}\beta + \Delta u_{it}, t=2,...T , }[/math]

which removes the unobserved [math]\displaystyle{ c_{i} }[/math].

The FD estimator [math]\displaystyle{ \hat{\beta}_{FD} }[/math] is then obtained by using the differenced terms for x and u in OLS:

[math]\displaystyle{ \hat{\beta}_{FD} = (\Delta X'\Delta X)^{-1}\Delta X' \Delta y=\beta + (\Delta X'\Delta X)^{-1}\Delta X' \Delta u }[/math]
Where [math]\displaystyle{ X,y, }[/math] and [math]\displaystyle{ u }[/math], are notation for matrices of relevant variables. Note that the rank condition must be met for [math]\displaystyle{ \Delta X'\Delta X }[/math] to be invertible ([math]\displaystyle{ rank[\Delta X'\Delta X]=k }[/math]) where [math]\displaystyle{ k }[/math] is the number of regressors.
Let [math]\displaystyle{ \Delta X_i =[\Delta X_{i2}, \Delta X_{i3}, ..., \Delta X_{iT}] }[/math] and define [math]\displaystyle{ \Delta u_i }[/math] analogously. If [math]\displaystyle{ E[u_{it}|x_{i1}, x_{i2}, .., x_{iT}]=0 }[/math] , by the Central limit theorem, Law of large numbers, and Slutsky's theorem, the estimator is distributed normally with asymptotic variance of [math]\displaystyle{ E[\Delta X_i' \Delta X_i]^{-1}E[\Delta X_i \Delta u_i \Delta u_i']E[\Delta X_i'\Delta X_i]^{-1} }[/math].

Under the assumption of homoskedasticity and no serial correlation, mathematically that, [math]\displaystyle{ Var(\Delta u | X)=\sigma^2_{\Delta u} }[/math], the asymptotic variance can be estimated with

[math]\displaystyle{ \widehat{Avar}(\hat{\beta}_{FD})=\hat{\sigma}^{2}_{\Delta u}(\Delta X'\Delta X)^{-1} , }[/math]

where [math]\displaystyle{ \hat{\sigma}^{2}_{u} }[/math] is given by

[math]\displaystyle{ \hat{\sigma}^{2}_{\Delta u} = [n(T-1)-K]^{-1}\sum_{i=1}^n\sum_{t=2}^T \widehat{\Delta u_{it}}^2 }[/math]
and [math]\displaystyle{ \widehat{\Delta u_{it}}=\Delta y_{it}-\hat{\beta}_{FD}\Delta x_{it} }[/math].

Properties

To be unbiased, the fixed effects estimator (FE) requires strict exogeneity, [math]\displaystyle{ E[u_{it}|x_{i1}, x_{i2}, .., x_{iT}]=0 }[/math]. The first difference estimator is also unbiased under this assumption. Under the weaker assumption that [math]\displaystyle{ E[(u_{it}-u_{it-1})(x_{it}-x_{it-1})]=0 }[/math], the FD estimator is consistent. Note that this assumption is less restrictive than the assumption of strict exogeneity which is required for consistency using the FE estimator when T is fixed. If T goes to infinity, then both FE and FD are consistent with the weaker assumption of contemporaneous exogeneity.

Relation to fixed effects estimator

For [math]\displaystyle{ T=2 }[/math], the FD and fixed effects estimators are numerically equivalent.

Under the assumption of homoscedasticity and no serial correlation in [math]\displaystyle{ u_{it} }[/math], the FE estimator is more efficient than the FD estimator. This is because the FD estimator induces no serial correlation when differencing the errors. If [math]\displaystyle{ u_{it} }[/math] follows a random walk, however, the FD estimator is more efficient as [math]\displaystyle{ \Delta u_{it} }[/math] are serially uncorrelated.

See also

References