Free SOA Exam SRM (Statistics for Risk Modeling) Linear Models Practice Questions

Practice linear models for Exam SRM, the largest topic on the syllabus. Questions cover simple and multiple regression, GLMs, regularization (ridge, LASSO, elastic net), and model diagnostics.

508 Questions
237 Easy
191 Medium
80 Hard
2026 Syllabus
100% Free

Sample Questions

Question 1 Easy
In a GLM, Pearson residuals are defined as:
Solution
The Pearson residual for observation ii in a GLM is defined as:
rP,i=yiμ^iV(μ^i)r_{P,i} = \frac{y_i - \hat{\mu}_i}{\sqrt{V(\hat{\mu}_i)}}
where V(μ^i)V(\hat{\mu}_i) is the variance function of the assumed distribution evaluated at the fitted mean. This standardizes the raw residual by the expected standard deviation under the model.

Why each other option is incorrect:
- (D) Dividing by μ^i\hat{\mu}_i rather than V(μ^i)\sqrt{V(\hat{\mu}_i)} is not the Pearson residual. For Poisson, V(μ)=μV(\mu) = \mu, so the Pearson residual uses μ^i\sqrt{\hat{\mu}_i}.
- (C) This is the raw (response) residual, not Pearson.
- (A) This is the definition of the deviance residual, not the Pearson residual.
- (E) Dividing by a single estimated σ^\hat{\sigma} is the internally studentized residual in OLS, not the GLM Pearson residual.
Question 2 Medium
Which of the following statements about lasso regression is FALSE?
Solution
Statement (C) is FALSE. Lasso does not always select the correct set of important variables. Its variable selection performance depends on conditions such as the irrepresentable condition, signal strength, and correlation among predictors. With highly correlated predictors, lasso may arbitrarily select one from a group of correlated variables.

Why each other option is actually true:
- (E) Lasso minimizes RSS+λβj\text{RSS} + \lambda \sum |\beta_j|, which is the L1L_1 penalty.
- (D) The geometry of the L1L_1 constraint region (a diamond in 2D) means solutions often occur at corners where some coefficients are exactly zero.
- (A) Larger λ\lambda imposes a tighter constraint, forcing more coefficients to zero.
- (B) Lasso is designed for high-dimensional settings and can handle p>np > n scenarios.
Question 3 Hard
Gamma GLM: fitted mu=8500, SE(eta)=0.15, shape alpha=5. 95% CI for mean and 95% PI for single claim.
Solution
Ln(8500) +/- 1.96*0.15 => exp => (6370, 11340). PI: Gamma(5,1700) quantiles => (3200, 22560).

Choice C is incorrect because it uses the wrong shape parameter alpha=2 instead of 5 for the PI.
Choice B is incorrect because the PI is constructible using the gamma distribution with known shape.
Choice D is incorrect because the CI is too narrow from a normal approximation on the original scale.
Choice E is incorrect because it reverses the CI and PI widths.
Create a Free Account to Access All 508 Questions →

More Exam SRM Topics

About FreeFellow

FreeFellow is a free exam prep platform for actuarial (SOA & CAS), CFA, CFP, CPA, CAIA, and securities licensing candidates. Every question includes a detailed solution. Full lessons, flashcards with spaced repetition, timed mock exams, performance analytics, and a personalized study plan are all included — no paywalls, no ads.