Lecture 10

IV Estimation in Simple Regression

  • Regression Model:
    yt = \alpha + \beta xt + u_t

    • Assumption: {Cov}(xt, ut) ≠ 0

    • Existence of Instrument: Variable ztz_t such that:

    • {Cov}(xt, zt) ≠ 0 (Relevance)

    • {Cov}(zt, ut) = 0 (Validity)

  • IV Estimators:

Properties of the IV Estimator

  • Consistent Estimators (TS1 - TS3):

    • α^IV\hat{\alpha}_{IV} is a consistent estimator of α\alpha

    • β^IV\hat{\beta}_{IV} is a consistent estimator of β\beta

  • Statistical Inference Result:
    T(β^<em>IVβ)N(0,Var((z</em>tE(z<em>t))u</em>t)/Cov(x<em>t,z</em>t)2) approximately\sqrt{T}(\hat{\beta}<em>{IV} - \beta) \sim N(0, Var((z</em>t - E(z<em>t))u</em>t)/Cov(x<em>t, z</em>t)^2) \text{ approximately}

  • Conditional Variance:

    • If Var(u<em>tz</em>t)=E(u<em>t2z</em>t)=σ2Var(u<em>t|z</em>t) = E(u<em>t^2|z</em>t) = \sigma^2 (Homoskedasticity),

    • Var((z<em>tE(z</em>t))u<em>t)=σ2Var(z</em>t)Var((z<em>t - E(z</em>t))u<em>t) = \sigma^2 Var(z</em>t)

      • In this case,
        T(β^<em>IVβ)dN(0,σ2Var(z</em>t)Cov(x<em>t,z</em>t)2)\sqrt{T}(\hat{\beta}<em>{IV} - \beta) \xrightarrow{d} N(0, \frac{\sigma^2 Var(z</em>t)}{Cov(x<em>t, z</em>t)^2})

Other Issues Related to Stochastic Regressors

  • Model Specification:

    • Regression Model:
      y<em>t=α+βx</em>t+uty<em>t = \alpha + \beta x</em>t + u_t

  • Assumptions Violations:

    1. E[u<em>tx</em>t]=0E[u<em>t|x</em>t] = 0

    2. Var(u<em>tx</em>t)=σ2Var(u<em>t|x</em>t) = \sigma^2

    3. (xt, ut) is iid

  • If E[u<em>tx</em>t]0E[u<em>t|x</em>t] \neq 0 (Exogeneity Violation):

    • OLS Estimator fails.

Conditional Heteroskedasticity

  • If Var(u<em>tx</em>t)=σ2<em>tσ2Var(u<em>t|x</em>t) = \sigma^2<em>t \neq \sigma^2, the variance depends on x</em>tx</em>t.

  • Implications for OLS Estimator:

    • Unbiased:
      β^=<em>t=1T(x</em>txˉ)(y<em>tyˉ)</em>t=1T(xtxˉ)2\hat{\beta} = \frac{\sum<em>{t=1}^T (x</em>t - \bar{x})(y<em>t - \bar{y})}{\sum</em>{t=1}^T (x_t - \bar{x})^2}

    • Error:
      β^β=<em>t=1T(x</em>txˉ)(u<em>tuˉ)</em>t=1T(xtxˉ)2\hat{\beta} - \beta = \frac{\sum<em>{t=1}^T (x</em>t - \bar{x})(u<em>t - \bar{u})}{\sum</em>{t=1}^T (x_t - \bar{x})^2}

    • Therefore, E[β^βxt]=0E[\hat{\beta} - \beta|x_t] = 0

  • Variance of the OLS Estimator:

    • When no conditional heteroskedasticity:
      Var(β^x<em>t)=σ21</em>t=1T(xtxˉ)2Var(\hat{\beta}|x<em>t) = \sigma^2 \frac{1}{\sum</em>{t=1}^T (x_t - \bar{x})^2}

    • Estimated by s2s^2 instead of σ2\sigma^2

Statistical Inference under Heteroskedasticity

  • Use of Robust Standard Errors:

    • Remedies for heteroskedasticity: use White’s or HAC Standard Errors.

    • Hypothesis Testing and Confidence Intervals are then valid.

Conditional Autocorrelation

  • Definition:

  • Correlation of Errors:
    Cor(u<em>t,u</em>s)=Cov(u<em>t,u</em>s)Var(u<em>t)Var(u</em>s)Cor(u<em>t, u</em>s) = \frac{Cov(u<em>t, u</em>s)}{\sqrt{Var(u<em>t)Var(u</em>s)}}

  • Implies OLS Estimator is unbiased but requires a careful derivation for the standard error.

Basics on Time Series

  • Importance in Economics:

  • Key Models: - Autocorrelation in linear regression framework must be understood.

Autocovariance and Autocorrelation

  • Definitions:

    • Autocovariance:
      γ<em>t,s=E[(X</em>tμ)(Xsμ)]\gamma<em>{t,s} = E[(X</em>t - \mu)(X_s - \mu)]

    • Autocorrelation:
      ρ<em>t,s=γ</em>t,sσ2\rho<em>{t,s} = \frac{\gamma</em>{t,s}}{\sigma^2}

Stationary Time Series

  • Definitions of Stationarity:

    • Strictly Stationary: Joint distributions invariant under time shifts.

    • Weakly Stationary: Mean, Variance constant, Autocovariance depends only on lag.

  • Autocovariance Function:
    γ(h)=E((X<em>hμ)(X</em>0μ))\gamma(h) = E((X<em>h - \mu)(X</em>0 - \mu))

Examples of Time Series Models

  • White Noise:
    E(X<em>t)=0andVar(X</em>t)=σ2E(X<em>t) = 0 and Var(X</em>t) = \sigma^2

  • Moving Average Processes (MA(1)):
    X<em>t=ϵ</em>tθϵt1X<em>t = \epsilon</em>t - \theta \epsilon_{t-1}

AR(p) Models

  • Model Specification:
    X<em>t=μ+ϕ</em>1X<em>t1++ϕ</em>pX<em>tp+ϵ</em>tX<em>t = \mu + \phi</em>1 X<em>{t-1} + \ldots + \phi</em>p X<em>{t-p} + \epsilon</em>t

AR(1) Model and Covariance Stationary

  • Condition for Stationarity: |\phi1| < 1 \Rightarrow Cov(Xt) \text{ stationary}

    • If ϕ11|\phi_1| \geq 1, series is generally not stationary, exemplified by random walk behaviour.