What is y?
Dependent variable
What is Bo?
Intercept/constant coefficient
What are B1-Bk?
Slope coefficients
What are X1-Xk?
Explanatory/independent variables
What is u?
Error term
What is the definition of the causal effect of x on y (under notion of ceteris paribus)?
How y changes if variable x changes, when all other relevant factors are held constant
What does linearity imply about effect of x on y?
Implies a one unit change in x always the same effect on y
- y increases by same value with each 1 unit change in x
What assumptions must hold to ensure the estimators are unbiased in the simple regression model?
What is E(U)?
Zero
What is the zero conditional mean assumption?
E(U/X1,X2,……,Xk = 0
- explanatory variables must not contain info about the mean of the unobserved factors
What is the aim of the line/plane of best fit?
We want the residuals to be as small as possible
What does the estimated error term equal?
Estimated u = true value of y - estimated y
What are the algebraic properties of OLS?
What is SST?
Total sum of squares
- represents total variation in dependent variable
What is SSE?
Explained sum of squares
- represents variation explained by regression
What is SSR?
Residual sum of squares
- represents variation not explained by regression
What is SST equal to?
SST = SSE + SSR
What is R-squared?
What does R-squared equal?
R-squared = SSE/SST = 1 - SSR/SST
What is the definition of an unbiased estimator?
The expected value of the estimated coefficient = true population value
What assumptions must hold on MLR model so that OLS estimators are unbiased?
MLR.1- Linear in parameters
MLR.2- Random Sampling
MLR.3- No Perfect Collinearity
MLR.4-Zero conditional mean
Describe MLR.1?
Describe MLR.2
Describe MLR.3