TL;DR
An optimization method that minimizes the sum of squared residuals: \( \min_\beta \sum_i (y_i - x_i^T \beta)^2 \). The solution is \( \hat{\beta} = (X^TX)^{-1}X^Ty \) for ordinary least squares (OLS).
Least Squares
An optimization method that minimizes the sum of squared residuals: \( \min_\beta \sum_i (y_i - x_i^T \beta)^2 \). The solution is \( \hat{\beta} = (X^TX)^{-1}X^Ty \) for ordinary least squares (OLS).
Why it matters for interviews
OLS is the foundation of empirical finance: factor model estimation, alpha/beta decomposition, and signal construction all use least squares. Understanding regularized variants (ridge, LASSO) is increasingly important.
Definition and Mathematical Foundation
An optimization method that minimizes the sum of squared residuals: \( \min_\beta \sum_i (y_i - x_i^T \beta)^2 \). The solution is \( \hat{\beta} = (X^TX)^{-1}X^Ty \) for ordinary least squares (OLS).
Application in Quantitative Finance
OLS is the foundation of empirical finance: factor model estimation, alpha/beta decomposition, and signal construction all use least squares. Understanding regularized variants (ridge, LASSO) is increasingly important.
Related Terms
Ready to practice for the Quant Trading Interview?
Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.
Start free practice →