Quant Memo
Statistics/●●●●

Ridge regression, paying bias to buy variance

Asked at AQR

Ordinary least squares is unbiased, yet practitioners routinely shrink coefficients toward zero with ridge regression, which minimizes i(yixiβ)2+λβ2\sum_i (y_i - x_i^\top\beta)^2 + \lambda\|\beta\|^2.

Explain, in bias–variance terms, why intentionally biasing the estimates can reduce prediction error, and describe how the penalty λ\lambda controls the trade.

Your answer

This one is open-ended. Work it through, then check your reasoning against the full solution.

More Statistics questions