Willys Flashcards Download
Become an ActuaryExamsFlashcardsExam MAS-II › Generalized Linear Models Practice
Exam MAS-II · practice

Exam MAS-II — Generalized Linear Models Practice Flashcards

Thirty exam-realistic multiple-choice problems on CAS Exam MAS-II generalized linear models — exponential-dispersion-family mean and variance functions, log/logit link predictions and multiplicative relativities, offsets for exposure, IRLS and maximum-likelihood estimation, deviance and Pearson residuals, drop-in-deviance and F-tests, AIC/BIC selection, overdispersion, and multiplicative insurance ratemaking — each with a fully worked solution.

8 free sample30 total · in appFree · fact-checked · LaTeX math
Tap card or press Space to flip
Answer

Unlock the full set

You're studying a free 8-problem sample. All 30 Generalized Linear Models practice problems — plus every other Exam MAS-II subject and spaced-repetition scheduling — are built into the Willys AI Flashcards & Quizzes app. 14-day free trial, then $14.99.

Every deck is built into the Willys app

All of these decks — including the full practice problem banks — come built into Willys AI Flashcards & Quizzes for iPhone & iPad (Mac version coming soon), with FSRS + SM-2 spaced repetition, streaks, and exam-date cram mode. 14-day free trial, then $14.99. To load a deck in the app: Settings → Library → Browse, then pick your exam and deck.

More Exam MAS-II decks:

Bayesian Analysis Bayesian Analysis Practice Credibility Credibility Practice Generalized Linear Models Linear Mixed Models

← All Exam MAS-II decks

Browse all 30 problems as a list
  1. Insurance applications
    A Poisson GLM for claim frequency has $\ln\mu = -2.3 + 0.5\,x_{\text{urban}}$ with an offset $\ln E$ for exposure $E$ (in car-years). For an urban policy with $E = 3$ car-years, calculate the expected number of claims. (A) $0.165$ (B) $0.301$ (C) $0.496$ (D) $0.745$ (E) $1.491$
    **Answer: (C).** With the offset, the linear predictor is $\eta = \ln E + \beta_0 + \beta_1 x = \ln 3 + (-2.3) + 0.5(1)$. $\ln 3 \approx 1.098612$, so $\eta \approx 1.098612 - 2.3 + 0.5 = -0.701388$. Expected claims $= e^{\eta} = e^{-0.701388} \approx 0.4959 \approx 0.496$. Equivalently $\mu = E\,e^{\beta_0}e^{\beta_1} = 3\,e^{-2.3}e^{0.5} = 3(0.100259)(1.648721) \approx 3(0.165299) = 0.4959$. (Dropping the offset gives the per-exposure rate $e^{-1.8} \approx 0.165$ — distractor A; using $E=1$ but keeping the $0.5$ urban term also lands near there.)
  2. Insurance applications
    A log-link severity GLM has $\ln\mu = 6.0 + 0.25\,x_1 - 0.10\,x_2$. Calculate the predicted mean severity for a risk with $x_1 = 2$ and $x_2 = 1$. (A) $\$403.43$ (B) $\$601.85$ (C) $\$665.14$ (D) $\$735.10$ (E) $\$812.41$
    **Answer: (B).** Linear predictor: $\eta = 6.0 + 0.25(2) - 0.10(1) = 6.0 + 0.5 - 0.1 = 6.4$. Predicted mean: $\mu = e^{6.4} \approx \$601.85$. (Forgetting the $x_2$ term, $\eta = 6.5$, gives $e^{6.5} \approx \$665.14$ — distractor C; using $x_1 = 1$ instead of $2$, $\eta = 6.15$, gives $\approx \$469$.)
  3. Insurance applications
    A classification log-link GLM has base pure premium $e^{\beta_0} = 400$, a Region-East relativity $e^{\beta_E} = 1.15$, a Class-3 relativity $e^{\beta_3} = 0.85$, and a high-deductible relativity $e^{\beta_D} = 0.70$. Calculate the predicted pure premium for an East, Class-3, high-deductible policy. (A) $\$273.70$ (B) $\$321.30$ (C) $\$340.00$ (D) $\$391.00$ (E) $\$460.00$
    **Answer: (A).** A log link produces a multiplicative model, so the relativities multiply: $\mu = e^{\beta_0}\,e^{\beta_E}\,e^{\beta_3}\,e^{\beta_D} = 400(1.15)(0.85)(0.70)$. $400 \times 1.15 = 460$; $460 \times 0.85 = 391$; $391 \times 0.70 = 273.70$. Predicted pure premium $= \$273.70$. (Adding the relativities additively, $400(1 + 0.15 - 0.15 - 0.30) = \$280$, or stopping after two factors at $\$391$, are the common errors behind distractors D and the near-A values.)
  4. Insurance applications
    A log-link severity GLM fits a coefficient $\hat\beta = 0.336$ for an indicator variable. Calculate the percentage change in expected severity associated with that level relative to the base, and the corresponding relativity. (A) Relativity $0.715$; a $28.5\%$ decrease (B) Relativity $1.336$; a $33.6\%$ increase (C) Relativity $1.399$; a $39.9\%$ increase (D) Relativity $1.400$; a $40.0\%$ increase (E) Relativity $2.380$; a $138.0\%$ increase
    **Answer: (C).** Under a log link, a one-unit change in the covariate multiplies the mean by $e^{\hat\beta}$. For an indicator turning from $0$ to $1$: Relativity $= e^{0.336} \approx 1.3993$. Percent change $= (e^{0.336} - 1)\times 100\% \approx 39.9\%$ increase. (Reading $\hat\beta$ itself as the percent change gives relativity $1.336$ — distractor B; rounding $e^{0.336}$ to a tidy $1.40$ is distractor D; $e^{-0.336} \approx 0.715$ would be the relativity if the sign were flipped — distractor A.)
  5. Insurance applications
    A Poisson frequency GLM with log link and an exposure offset has $\ln\mu = \ln E - 1.6 + 0.3\,x$. Two otherwise-identical risks differ only in exposure: risk A has $E = 1$ car-year, risk B has $E = 4$ car-years. Calculate the ratio of their expected claim counts, $\mu_B/\mu_A$. (A) $0.25$ (B) $1.00$ (C) $1.35$ (D) $4.00$ (E) $5.44$
    **Answer: (D).** With the offset, $\mu = E\,e^{-1.6 + 0.3x}$. Holding the covariate $x$ fixed, the non-exposure factor $e^{-1.6+0.3x}$ is identical for both risks, so $\dfrac{\mu_B}{\mu_A} = \dfrac{E_B}{E_A} = \dfrac{4}{1} = 4.00$. An offset enters with a fixed coefficient of $1$, so expected counts scale **linearly** with exposure. (Treating exposure as an ordinary covariate with the $0.3$ slope, $e^{0.3(4-1)} \approx 2.46$, or mixing in $e^{-1.6}$, produces the other distractors.)
  6. Insurance applications
    In a logistic regression for policy lapse, $\ln\dfrac{\mu}{1-\mu} = -1.2 + 0.9\,x$, where $x$ is a tenure indicator. For $x = 1$, calculate the predicted lapse probability. (A) $0.301$ (B) $0.426$ (C) $0.500$ (D) $0.574$ (E) $0.700$
    **Answer: (B).** Linear predictor: $\eta = -1.2 + 0.9(1) = -0.3$. Invert the logit: $\mu = \dfrac{1}{1 + e^{-\eta}} = \dfrac{1}{1 + e^{0.3}} = \dfrac{1}{1 + 1.349859} = \dfrac{1}{2.349859} \approx 0.4256$. So the predicted lapse probability is about $0.426$. (Using $\mu = \dfrac{1}{1+e^{-0.3}}$ — i.e. the wrong sign on $\eta$ — gives $0.574$, distractor D; treating $\eta$ as the probability directly is another trap.)
  7. Insurance applications
    In a logistic regression, the coefficient on a binary "prior claim" indicator is $\hat\beta = 0.7$. Calculate the odds ratio for having a prior claim, and interpret it. (A) $0.497$; the odds are roughly halved (B) $0.700$; the odds rise by $0.7$ (C) $1.700$; the odds rise by $70\%$ on the probability scale (D) $2.014$; the odds roughly double (E) $2.718$; the odds nearly triple
    **Answer: (D).** In logistic regression $e^{\hat\beta}$ is the odds ratio for a one-unit change in the covariate: Odds ratio $= e^{0.7} \approx 2.0138$. So having a prior claim multiplies the **odds** of the event by about $2.01$ — the odds roughly double. The odds ratio acts on the odds, not directly on the probability. (Reading $\hat\beta$ as the odds ratio gives $0.7$ — distractor B; $e^{-0.7} \approx 0.497$ flips the sign — distractor A.)
  8. Link & variance functions
    Identify the variance function $V(\mu)$ and hence $\text{Var}(Y)$ for a GLM that assumes a gamma response with dispersion parameter $\phi$ and mean $\mu$. (A) $V(\mu) = 1$, $\text{Var}(Y) = \phi$ (B) $V(\mu) = \mu$, $\text{Var}(Y) = \phi\mu$ (C) $V(\mu) = \mu^{2}$, $\text{Var}(Y) = \phi\mu^{2}$ (D) $V(\mu) = \mu^{3}$, $\text{Var}(Y) = \phi\mu^{3}$ (E) $V(\mu) = \mu(1-\mu)$, $\text{Var}(Y) = \phi\mu(1-\mu)$
    **Answer: (C).** In the exponential dispersion family $\text{Var}(Y) = \phi\,V(\mu)$ where $V(\mu) = b''(\theta)$. The variance functions are: normal $V=1$, Poisson $V=\mu$, gamma $V=\mu^{2}$, inverse Gaussian $V=\mu^{3}$, binomial proportion $V=\mu(1-\mu)$. For the **gamma**, $V(\mu) = \mu^{2}$, so $\text{Var}(Y) = \phi\mu^{2}$ — the standard deviation is proportional to the mean (constant coefficient of variation), which is why the gamma suits right-skewed claim severities. Distractor B is the Poisson, D the inverse Gaussian, E the binomial.