TL;DR
A model \( y = X\beta + \epsilon \) where \( \beta \) is estimated by minimizing squared residuals: \( \hat{\beta} = (X^TX)^{-1}X^Ty \). Assumes linear relationship, independent errors, homoscedasticity, and no perfect multicollinearity.
Linear Regression
A model \( y = X\beta + \epsilon \) where \( \beta \) is estimated by minimizing squared residuals: \( \hat{\beta} = (X^TX)^{-1}X^Ty \). Assumes linear relationship, independent errors, homoscedasticity, and no perfect multicollinearity.
Why it matters for interviews
Regression is the workhorse of quant finance: factor models (Fama-French), alpha estimation, risk decomposition, and signal construction all use regression. Understanding its assumptions and failure modes is critical.
Definition and Mathematical Foundation
A model \( y = X\beta + \epsilon \) where \( \beta \) is estimated by minimizing squared residuals: \( \hat{\beta} = (X^TX)^{-1}X^Ty \). Assumes linear relationship, independent errors, homoscedasticity, and no perfect multicollinearity.
Application in Quantitative Finance
Regression is the workhorse of quant finance: factor models (Fama-French), alpha estimation, risk decomposition, and signal construction all use regression. Understanding its assumptions and failure modes is critical.
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 →