Questions: Least Squares Regression: Fundamentals and Derivation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A researcher runs OLS regression and obtains coefficient estimates. What determines whether these estimates are unbiased?

AWhether the residuals are normally distributed — OLS requires normality for unbiasedness
BWhether the sample size is large enough — large samples correct for any violations of assumptions
CWhether the regressors are uncorrelated with the error term — E[X'ε] = 0 in the population
DWhether the sum of squared residuals is at its global minimum — achieving the OLS objective guarantees unbiasedness
Question 2 Multiple Choice

A student regresses exam scores on study hours and writes: 'Since I minimized the sum of squared residuals, my OLS estimates must be unbiased.' What is wrong with this reasoning?

ANothing — minimizing squared residuals always guarantees unbiased coefficient estimates
BOLS should minimize absolute residuals, not squared residuals, to achieve unbiasedness
CMinimizing squared residuals ensures the estimator is a valid projection, but whether it is unbiased depends on whether the OLS assumptions hold in the data-generating process
DThe student should use the normal equations directly rather than the closed-form OLS formula
Question 3 True / False

OLS can always be computed and will always minimize the sum of squared residuals, regardless of whether the OLS assumptions hold.

TTrue
FFalse
Question 4 True / False

OLS requires normally distributed errors in order to produce unbiased coefficient estimates.

TTrue
FFalse
Question 5 Short Answer

Why does the geometric interpretation of OLS — projecting y onto the column space of X — clarify what the OLS assumptions are actually doing?

Think about your answer, then reveal below.