Chapter 3: Flashcards
1
Q
Simple Linear Regression Model:
A
y=Beta0+Beta1*x+u
2
Q
Population Regression Function:
A
E(y|x)=Beta0+Beta1*x
Expected value of y given a particular value of x.
3
Q
Sample Regression Function:
A
yhat=Beta0hat+Beta1hat*x
4
Q
Deriving OLS Estimates:
A
E(u)=0
E(ux)=0
y=Beta0+Beta1x+u
-> u=y-Beta0-Beta1x
5
Q
Population Moment Restrictions:
A
First: E(y-Beta0-Beta1x)=0
Second: E((y-Beta0-Beta1x)*x)=0
6
Q
Algebraic Properties of OLS:
A
- Summation of uihat is zero
The sum or average of OLS residuals is zero.
First Sample Moment Restriction! - Summation of uihat*xi is zero
The sample covariance between the regressor and the OLS residuals is zero.
Second Sample Moment Restriction!