Econometric Theory/Assumptions of Classical Linear Regression Model

< Econometric Theory

The estimators that we create through linear regression give us a relationship between the variables. However, performing a regression does not automatically give us a reliable relationship between the variables. In order to create reliable relationships, we must know the properties of the estimators and show that some basic assumptions about the data are true. One must understand that having a good dataset is of enormous importance for applied economic research.

Unbiasedness

Under the following four assumptions, OLS is unbiased. This means that:

Linearity

The model must be linear in the parameters.
The parameters are the coefficients on the independent variables, like and . These should be linear, so having or would violate this assumption.

Sample Variation

The s cannot all have the same value. This is perfect multicollinearity, it is not allowed.

Random Sampling

The values must be randomly selected. In other words, there is no correlation between two different x values: for .

Zero Conditional Mean

The mean of the error terms, given a specific value of the independent variable , is zero. .

Efficiency of OLS (Ordinary Least Squares)

Given the following two assumptions, OLS is the Best Linear Unbiased Estimator (BLUE). This means that out of all possible linear unbiased estimators, OLS gives the most precise estimates of and .

With the third assumption, OLS is the Best Unbiased Estimator (BUE), so it even beats non-linear estimators. Also given this assumption, is distributed according to the Student's t-distribution about , and is distributed in such a way about .

No Heteroskedasticity

The variance of the Error terms are constant. . This means that the variance of the error term does not depend on the value of . If this is the case, the error terms are called homoskedastic. This is not always the case in economic data, for example the variation in a person's wage will vary with their level of education -- someone who is a high-school dropout will not have much variation in their wage, where people with Ph.D.s may see very different wages.

No Serial Correlation

The error terms are independently distributed so that their covariance is 0. .

Normally Distributed Errors

The error terms are normally distributed.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.