Instrumental Variables (IV) Estimator
Instrumental Variables (IV) Estimator
Instrumental Variables (IV) Estimator
- deals with the problem of endogeneity/correlation between a regressor and another regressor or error (which breaks one of the Gauss-Markov/OLS Assumptions)
- can be interpreted as a Two-Stage Least Squares (2SLS) Estimator
- is a biased estimator
- is a consistent estimator as long as the instrument variable is good
IV Estimator - Resources
IV Estimator - Other
- Least Squares Estimate vs Instrumental Variables Estimate
- Instrumental Variable Estimate vs 2 Stage Least Squares Estimate
- Instrumental Variable Estimate vs Ordinary Least Squares Estimate
IV Estimator - Intuition & Derivation
assume we have:
- a univariate linear model:
- 𝑦𝑖 = 𝜃0 + 𝜃1𝑥𝑖 + 𝑒𝑖
- endogeneity/correlation between 𝑒𝑖 and 𝑥𝑖 exists:
- 𝐶𝑜𝑟(𝑒𝑖,𝑥𝑖) ≠ 0
the least squares estimate 𝜃1ˆ of true population parameter 𝜃1 is defined as:
- 𝜃1ˆ = 𝛥𝑦/𝛥𝑥
- 𝜃1ˆ = (𝛥𝑦𝑥 + 𝛥𝑦𝑒)/𝛥𝑥 # because of endogeneity
- 𝜃1ˆ = (𝛥𝑦𝑥/𝛥𝑥) + (𝛥𝑦𝑒/𝛥𝑥)
- 𝜃1ˆ = 𝜃1 + (𝛥𝑦𝑒/𝛥𝑥) # population parameter 𝜃1 = (𝛥𝑦𝑥/𝛥𝑥) by definition
PROBLEM: therefore, the least squares estimate 𝜃1ˆ is a BIASED estimate of the true population parameter 𝜃1 because of endogeneity
SOLUTION: introduce a third variable (instrumental variable) 𝑧𝑖 such that:
- 𝐶𝑜𝑣(𝑧𝑖,𝑥𝑖) ≠ 0
- 𝐶𝑜𝑣(𝑧𝑖,𝑒𝑖) = 0
next we define:
- 𝐶𝑜𝑣(𝑧𝑖,𝑦𝑖) = 𝐶𝑜𝑣(𝑧𝑖,𝜃0 + 𝜃1𝑥𝑖 + 𝑒𝑖)
- 𝐶𝑜𝑣(𝑧𝑖,𝑦𝑖) = 𝐶𝑜𝑣(𝑧𝑖,𝜃0) + 𝜃1𝐶𝑜𝑣(𝑧𝑖,𝑥𝑖) + 𝐶𝑜𝑣(𝑧𝑖,𝑒𝑖) # by properties of covariance
- 𝐶𝑜𝑣(𝑧𝑖,𝑦𝑖) = 0 + 𝜃1𝐶𝑜𝑣(𝑧𝑖,𝑥𝑖) + 𝐶𝑜𝑣(𝑧𝑖,𝑒𝑖) # covariance with constant equals 0
- 𝐶𝑜𝑣(𝑧𝑖,𝑦𝑖) = 𝜃1𝐶𝑜𝑣(𝑧𝑖,𝑥𝑖) + 0 # by above statement 𝐶𝑜𝑣(𝑧𝑖,𝑒𝑖) = 0
therefore:
- 𝜃1 = 𝐶𝑜𝑣(𝑧𝑖,𝑦𝑖) / 𝐶𝑜𝑣(𝑧𝑖,𝑥𝑖)
therefore, the IV Estimate 𝜃1ˆ of the true population parameter 𝜃1 is defined as:
- 𝜃1ˆ = 𝑆𝑎𝑚𝑝𝑙𝑒-𝐶𝑜𝑣(𝑧𝑖,𝑦𝑖) / 𝑆𝑎𝑚𝑝𝑙𝑒-𝐶𝑜𝑣(𝑧𝑖,𝑥𝑖)
Resource Videos
IV Estimator - Examples
IV Estimator - Bad/Weak/Good Instrument Variables
IV Type | Conditions of IV Type | IV Estimate is Unbiased | IV Estimate is Consistent |
---|---|---|---|
Good Instrument Variables |
| ✘ | ✔ |
Bad Instrument Variables |
| ✘ | ✘ |
Weak Instrument Variables |
| ✘ | ? |
Resource Videos
IV Estimator - Biasness & Consistency
, multiple selections available,