
Table of contents
- 1. Classical Linear Model Assumptions
- 2. Endogeneity: Cov(x,u)≠0
- 3. Dealing with Endogeneity
- 4. References
1. Classical Linear Model Assumptions
Classical linear model assumptions contain six assumptions (Wooldridge, 2016, p. 92):
- Linear in parameters:
- Random sample with n independent observations from the population
- No perfect collinearity
- Zero conditional mean: for any
- Homoskedastic errors: for any (Wooldridge, 2016, p. 106)
- Noramlity: is independent to and
Remarks:
- When assumptions 1 ~ 4 hold, the OLS estimators are unbiased.
- {stronger than} {stronger than}
- If some of them are violated, the OLS estimators are often biased: A common case of violating Assumption 2 is time series data—observations of the same unit over time—where nearby observations are correlated. When Assumption 2 is violated, unbiasedness is not guaranteed.
- When assumptions 1 ~ 5 (G-M) hold, the OLS estimators are BLUE.
- Best Linear Unbiased Estimators
- Hence, assumption 5 serves two purposes: 1) to simplify the mathematical representation of the variance of estimators, and 2) to make estimators “efficient,” without affecting unbiasedness.
- A linear estimator means that it can be represented as a linear combination of dependent variables.
- Assumptions 1 ~ 5 together are referred to as the Gauss-Markov Assumptions.
- When assumptions 1 ~ 6 (CLM)are satisfied, the OLS estimators are MVUE.
- Minimum Variance Unbiased Estimators
- Assumption 6 removes the constraint of “linear estimators.”
- Assumption 6 → Assumption 4 + Assumption 5
- Assumptions 1 ~ 5 together are referred to as the Classical Linear Model Assumptions.
2. Endogeneity: Cov(x,u)≠0
Under the Modern Assumptions, OLS estimators are guaranteed to be consistent even when a weaker version of assumption 4 is maintained, which refers to no correlation between regressors and the error term: . Remember, this condition is weaker than .
We call a regressor endogenous when it is correlated with the error term. In this case, the OLS estimators are neither guaranteed to be consistent nor unbiased.
Example: Omitted Variable Bias - When we miss the variable correlated with both included independent variables and the dependent variable (aka. included independent variables correlate with the error term), the estimated coefficients of the included variables would be also distorted (i.e. inconsistent).
3. Dealing with Endogeneity
4. References
- Wooldridge, J. M. (2013). Introductory Econometrics : a Modern approach. (5th ed.). Mason Cengage Learning.
- 楊睿中【統計學 2021】Asymptotic Theory for Linear Regression — 04. Consistency of OLS
- 【OVB】Microsoft Word - OVB versus Multicollinearity_eep118_sp15.docx (berkeley.edu)
- 【OVB】14310xLecture_Slides_20__2.pdf (mit.edu)