Questions: Linear Regression and Least Squares Estimation

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

In the linear algebra view of regression, the fitted values ŷ = Xβ* are best described as:

AThe average of the observed response values
BThe orthogonal projection of y onto the column space of X
CThe maximum-likelihood estimate under any error distribution
DThe solution minimizing the sum of absolute residuals
Question 2 True / False

Solving the normal equations (XᵀX)β = Xᵀy directly by inverting XᵀX is generally the preferred numerical method for computing β* in practice.

TTrue
FFalse
Question 3 Short Answer

What geometric property must the residual vector r = y − Xβ* satisfy, and why does this property uniquely define the least-squares solution?

Think about your answer, then reveal below.