IV/2SLS Flashcards

(9 cards)

1
Q

When is xi endogenous and the OLS estimator biased and inconsistent?

A

When E(εixi)≠0. Then we need a new estimator that has at least the desirable large sample, like IV, 2SLS, GMM.

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

Omitted variable bias definition:

A

Omitted variable bias occurs when a relevant variable is left out of a regression model and is correlated with an included regressor, leading to biased and inconsistent OLS estimates. The bias arises because the omitted variable’s effect is incorrectly absorbed into the error term, violating the exogeneity assumption.

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

Measurement error bias definition:

A

Measurement error bias arises when variables in a regression model—typically the regressors—are measured with error, causing the observed values to differ from the true ones. This leads to a correlation between the regressor and the error term, resulting in attenuation bias and inconsistent OLS estimates.

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

Instrumental variable IV model assumptions:

A

Consider yi=xi’β+εi and E(εixi)≠0.
1: Linearity, zi is an Lx1 vector of instrumental variables
2: Relevance: E(zixi’) has full column rank K. For relevance we need: Cov(zi,xi)≠0 and Cov(zi,εi)=0
3: Exogeneity: E(ziεi)=0
4: Errors are homoskedastic and non-autocorrelated: Var(εi|zi)=σ^2 and Cov(εi,εj|zi)=0
5: Random sampling

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

When do we use the IV estimator?
And when do we use the 2SLS estimator?

A

IV: When L=K, then E(zixi’) has full column rank and zixi’ is invertible (Exactly identified; as many instruments as there are endogenous variables)
2SLS: When L>K, then the inverse of Z’X does not exist (overidentified; more instruments than endogenous variables)

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

IV form and properties:

A

βIV^=(Z’X)^-1Z’y
1: βIV^ is biased
2: βIV^ is consistent
3: βIV^ is asymptotically normal with Var(βIV^)=s.e.(βIV^)=s^2(Z’X)^-1Z’Z(X’Z)^-1

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

2SLS form procedure:

A

1: Select K+1 optimal instruments, which is a linear combination of L+1 instruments
2: Pz=Z(Z’Z)^-1Z’, X^=PzX, so Pz projects X onto the span of Z and z is orthogonal to ε
3: Stage 1: Construct X^
Stage 2: Apply OLS on y and X^, so we get β2SLS^=(X^’X^)^-1X^’y

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

If L=K what is then the relation between IV and 2SLS estimator?

A

β2SLS^=βIV^

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

Hausman test:

A

H0: βOLS^ and β2SLS^ are consistent estimators
H1: β2SLS^ is consistent, βOLS^ is not consistent
Test-statistic:
H=(β2SLS^-βOLS^)/√(s.e.(β2SLS^)^2-s.e.(βOLS^)^2).
Reject H0 if |H|>φ(1-α)

If we reject H0, there is evidence of endogeneity, and therefore OLS is inconsistent –> use IV/2SLS

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