Chapter 2 notes: Ordinary least squares
Estimating Single-Independent-Variable Models with Ordinary Least Squares (OLS)
Purpose of Regression Analysis:
To take a theoretical equation, such as:
And use empirical data to create an estimated equation:
Ordinary Least Squares (OLS):
The most widely used method to obtain estimates for regression coefficients.
It has become the standard point of reference in econometrics.
OLS Minimization Principle:
OLS calculates the estimated coefficients and by minimizing the sum of the squared residuals.
The residual () for each observation is the difference between the actual value of the dependent variable () and its estimated value ():
OLS Minimizes:
Since and , Equation can be rewritten as:
OLS Minimizes:
Why Use OLS?
OLS is not the only regression estimation technique, but it is preferred for three main reasons:
Ease of Use: OLS is relatively straightforward to implement and understand.
Intuitive Goal: The objective of minimizing the sum of squared residuals has an intuitive appeal, as it aims to find the line that best fits the data by minimizing the total error.
Desirable Properties:
The sum of the residuals () for an OLS regression is exactly .
Under certain classical assumptions (discussed in Chapter 4), OLS can be proven to be the