You estimate a beta of 1.18 with a standard error of 0.31 over 60 months. The exam tests whether you can read that output, decide if beta is significantly different from one, and avoid the assumption traps that turn a clean regression into a misleading one.
Linear regression estimates models that are linear in the parameters. The functional form of the regressors can be non-linear:
- , standard linear
- . Log regressor (still linear in )
- . Polynomial (still linear in )
What it CANNOT estimate by ordinary least squares (OLS): . Non-linear in . Use non-linear least squares or transform first (take logs of both sides if appropriate).
Ordinary Least Squares chooses to minimize the sum of squared residuals:
Common mistakes
- Forgetting that adding regressors never lowers . Use adjusted (or AIC/BIC) to compare models with different . Trap: a question shows two models with and and asks which is better. Without adjusted , the comparison is meaningless.
- Mistaking heteroskedasticity for bias. Heteroskedasticity does NOT bias coefficient estimates; it invalidates standard errors. Trap: "the regression has heteroskedasticity, so the estimated beta is biased". Wrong. The estimate is still unbiased, but the t-stat is misleading. Fix with White / robust standard errors.
- Calling individually-insignificant joint-significant regressors "useless." Multicollinearity: each individual t-stat near zero, joint F-test highly significant, high . The variables together carry information; each alone looks redundant. Trap: dropping all of them tanks fit.
Bottom line
- OLS estimates models linear in the parameters; non-linear functions of (logs, polynomials) are fine, and the slope minimizes the sum of squared residuals.
- Six OLS assumptions: linearity, no multicollinearity, exogeneity (), homoskedasticity, no autocorrelation, normality. First five give BLUE (Gauss-Markov); normality enables exact small-sample t and F tests.
- Coefficient inference: ; reject when exceeds the critical value (≈ 1.96 for large samples at 5%).
- Goodness of fit: = ESS/TSS = 1 - SSR/TSS. Adding regressors never lowers it, so only adjusted (or AIC/BIC) compares models with different .
Exam shortcut
When a question shows a regression output and asks if a coefficient is "significantly different from one," recompute the t-statistic by hand: subtract 1 from the estimate before dividing by SE. The default printed t-stat tests against zero, not one. That is a frequent trap on CAPM beta questions.
The full lesson (about 2,829 words, 19 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
Browse all free FRM Part I lessons or jump into free FRM Part I practice questions.