A regression line is the best straight-line summary of how one variable moves with another. On the exam, you will fit it, test it, interpret it, and use it (especially as capital asset pricing model (CAPM)).
To describe and explain a simple linear regression, start with the population model . Y is the dependent variable, X is the independent variable, and epsilon is the random error. Ordinary least squares (OLS) handles coefficient estimation by picking the line that minimizes the sum of squared residuals . Squaring penalizes large misses and produces unique closed-form estimates.
KEY: Slope tells you the change in Y for a one-unit change in X. Intercept is the predicted Y when X = 0 (often economically meaningless, but mathematically required to anchor the line).
You identify violations through residual diagnostics, with each assumption tied to its own residual plot.
Common mistakes
- Confusing SEE with the prediction interval half-width. SEE measures average residual size from the fitted line. The forecast standard error is larger because it adds parameter uncertainty. Trap: using SEE × 1.96 as the interval.
- Treating heteroskedasticity as a coefficient-bias problem. Wrong. It corrupts standard errors only. Coefficient estimates remain unbiased and consistent.
- Reading the intercept as economically meaningful. Often is outside the sample range. Intercept anchors the line; do not over-interpret unless X = 0 is plausible (CAPM's alpha is the exception, it has direct economic meaning).
Bottom line
- OLS picks the slope and intercept that minimize the sum of squared residuals. Slope ; intercept .
- Four assumptions: linearity, independence (no autocorrelation), homoskedasticity, normally distributed errors. Each has a residual-plot diagnostic.
- ; F = MSR/MSE; t-stat on slope = . In simple regression, .
- SEE is the typical residual measured in the units of Y, capturing average distance from the fitted line.
Exam shortcut
For ANOVA: in simple regression, regression df = 1, residual df = , and . For prediction intervals: forecast standard error is always larger than SEE, so any answer choice equal to SEE × t-critical is a distractor. For CAPM: dependent variable is excess return, slope is beta, intercept is alpha. If a problem hands you raw returns, subtract first.
The full lesson (about 2,210 words, 15 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- applications of simple linear regression in finance
Browse all free CFA Level I lessons or jump into free CFA Level I practice questions.