Willys Flashcards Download
Become an ActuaryExamsFlashcardsExam SRM › Generalized Linear Models Practice
Exam SRM · practice

Exam SRM — Generalized Linear Models Practice Flashcards

Thirty exam-realistic multiple-choice problems on SOA Exam SRM generalized linear models — linear-exponential family identification, canonical and non-canonical links, logistic regression odds ratios and predicted probabilities, Poisson regression means and multiplicative rate ratios, maximum-likelihood deviance and residuals, and nested-model comparison via the drop-in-deviance test, AIC, and BIC — 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 SRM 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 SRM decks:

Clustering & KNN Clustering & KNN Practice Decision Trees & Ensembles Decision Trees & Ensembles Practice Generalized Linear Models Linear Regression

← All Exam SRM decks

Browse all 30 problems as a list
  1. Logistic regression
    A fitted logistic regression gives the linear predictor $\hat\eta=-2.0+0.5x$. For a policyholder with $x=5$, calculate the predicted probability $\hat p$ of the event. (A) $0.3775$ (B) $0.5000$ (C) $0.6225$ (D) $1.6487$ (E) $2.7183$
    **Answer: (C).** First form the linear predictor: $\hat\eta=-2.0+0.5(5)=-2.0+2.5=0.5$. Apply the inverse logit (logistic) link: $\hat p=\dfrac{1}{1+e^{-\hat\eta}}=\dfrac{1}{1+e^{-0.5}}=\dfrac{1}{1+0.606531}=\dfrac{1}{1.606531}\approx 0.6225$. Using the wrong sign, $\hat p=\dfrac{1}{1+e^{+0.5}}\approx 0.3775$, gives distractor (A). Reporting the **odds** $e^{0.5}\approx 1.6487$ instead of the probability gives (D).
  2. Logistic regression
    A logistic model has $\hat\eta=-0.7+0.4x_1-0.5x_2$. For $x_1=3$, $x_2=2$, calculate the predicted probability of the event. (A) $0.3775$ (B) $0.5000$ (C) $0.6225$ (D) $0.6065$ (E) $0.7311$
    **Answer: (A).** Linear predictor: $\hat\eta=-0.7+0.4(3)-0.5(2)=-0.7+1.2-1.0=-0.5$. $\hat p=\dfrac{1}{1+e^{-\hat\eta}}=\dfrac{1}{1+e^{0.5}}=\dfrac{1}{1+1.648721}=\dfrac{1}{2.648721}\approx 0.3775$. Dropping the negative sign on the $x_2$ term gives $\hat\eta=+0.5$ and $\hat p\approx 0.6225$ (distractor C). Reporting $e^{-0.5}\approx 0.6065$ — the value $1-\hat p$ is *not* $0.6065$, that is just $e^{-\hat\eta}$ — gives (D).
  3. Logistic regression
    A logistic regression of loan default on credit score has slope $\hat\beta_1=-0.02$ per point. Calculate the odds ratio for a $10$-point increase in score, and the corresponding change in the odds of default. (A) Odds ratio $0.8187$; odds fall about $18.1\%$ (B) Odds ratio $0.9802$; odds fall about $2.0\%$ (C) Odds ratio $1.2214$; odds rise about $22.1\%$ (D) Odds ratio $0.8187$; odds rise about $18.1\%$ (E) Odds ratio $0.2000$; odds fall about $80.0\%$
    **Answer: (A).** For a $10$-point increase the log-odds change by $\hat\beta_1\times 10=-0.02(10)=-0.2$, so the odds ratio is $e^{-0.2}\approx 0.8187$. Since $0.8187<1$, the odds of default **fall** by $1-0.8187=0.1813$, about $18.1\%$. Using $e^{-0.02}\approx 0.9802$ (the per-*point* ratio, not per $10$ points) gives distractor (B). Treating the sign as positive gives (C)/(D).
  4. Logistic regression
    A logistic model for claim incidence has intercept $\hat\beta_0=-1.0$ and a smoker-indicator coefficient $\hat\beta_1=1.1$. Calculate the odds ratio comparing smokers to non-smokers, and the predicted probability for a smoker. (A) Odds ratio $1.1000$; $\hat p=0.2689$ (B) Odds ratio $3.0042$; $\hat p=0.2689$ (C) Odds ratio $3.0042$; $\hat p=0.5250$ (D) Odds ratio $2.4596$; $\hat p=0.5250$ (E) Odds ratio $3.0042$; $\hat p=0.7503$
    **Answer: (C).** The odds ratio for the indicator is $e^{\hat\beta_1}=e^{1.1}\approx 3.0042$: a smoker's odds are about $3.0\times$ a non-smoker's. Smoker linear predictor ($x=1$): $\hat\eta=-1.0+1.1=0.1$, so $\hat p=\dfrac{1}{1+e^{-0.1}}=\dfrac{1}{1+0.904837}\approx 0.5250$. Reporting $\hat\beta_1=1.1$ itself as the odds ratio gives (A); using the non-smoker probability $1/(1+e^{1.0})\approx 0.2689$ gives (B). Distractor (D) uses $e^{0.9}\approx 2.46$, a different coefficient.
  5. Logistic regression
    A fitted logistic model predicts $\hat p=0.40$ for a given risk. Calculate the predicted odds and the log-odds (logit) of the event. (A) Odds $0.6667$; logit $-0.4055$ (B) Odds $1.5000$; logit $0.4055$ (C) Odds $0.4000$; logit $-0.9163$ (D) Odds $0.6667$; logit $0.4055$ (E) Odds $2.5000$; logit $0.9163$
    **Answer: (A).** Odds $=\dfrac{\hat p}{1-\hat p}=\dfrac{0.40}{0.60}\approx 0.6667$ (i.e. $2$-to-$3$ in favor). Log-odds $=\ln(0.6667)\approx -0.4055$, which equals the model's linear predictor $\hat\eta$. Check: $\hat p=\dfrac{1}{1+e^{0.4055}}=\dfrac{1}{1+1.5}=0.40$ ✓. Inverting the odds to $\dfrac{1-\hat p}{\hat p}=1.5$ gives distractor (B); using $\ln(\hat p)=\ln 0.4\approx -0.9163$ instead of $\ln(\text{odds})$ gives (C).
  6. Logistic regression
    A logistic model is $\hat\eta=-1.5+0.9x_1-0.4x_2$. For $x_1=2$ and $x_2=1$, calculate the predicted probability. (A) $0.4750$ (B) $0.5250$ (C) $0.9048$ (D) $0.2689$ (E) $0.6225$
    **Answer: (A).** $\hat\eta=-1.5+0.9(2)-0.4(1)=-1.5+1.8-0.4=-0.1$. $\hat p=\dfrac{1}{1+e^{-(-0.1)}}=\dfrac{1}{1+e^{0.1}}=\dfrac{1}{1+1.105171}\approx 0.4750$. Dropping the sign and using $\hat\eta=+0.1$ gives $\hat p=\dfrac{1}{1+e^{-0.1}}\approx 0.5250$ (distractor B). Reporting $e^{-0.1}\approx 0.9048$ instead of the probability gives (C).
  7. Logistic regression
    In a logistic regression a coefficient has estimate $\hat\beta_1=0.96$ with standard error $SE(\hat\beta_1)=0.32$. Calculate the Wald test statistic and the point odds ratio $e^{\hat\beta_1}$. (A) $z=0.33$; odds ratio $1.395$ (B) $z=3.00$; odds ratio $0.382$ (C) $z=3.00$; odds ratio $2.612$ (D) $z=2.00$; odds ratio $2.612$ (E) $z=3.00$; odds ratio $0.960$
    **Answer: (C).** Wald statistic: $z=\dfrac{\hat\beta_1}{SE(\hat\beta_1)}=\dfrac{0.96}{0.32}=3.00$. Since $|3.00|>1.96$, $\beta_1$ is significant at the $5\%$ level. Point odds ratio: $e^{\hat\beta_1}=e^{0.96}\approx 2.612$. Inverting the ratio ($SE/\hat\beta=0.333$) gives the wrong $z$ in (A); $e^{-0.96}\approx 0.382$ gives the inverted odds ratio in (B); reporting $\hat\beta_1$ itself as the odds ratio gives (E).
  8. Logistic regression
    A logistic regression of policy lapse on an indicator for the agent channel has $\hat\beta_1=0.693$. A candidate states 'the agent channel doubles the lapse rate.' Which interpretation is correct? (A) The agent channel doubles the **odds** of lapse, since $e^{0.693}\approx 2.0$ (B) The agent channel doubles the **probability** of lapse, since $e^{0.693}\approx 2.0$ (C) The agent channel raises the log-odds of lapse by a factor of $2$ (D) The agent channel raises the probability of lapse by $0.693$ (E) The agent channel has no effect, since $0.693<1$
    **Answer: (A).** In logistic regression $e^{\hat\beta_1}$ is the **odds ratio**, not a probability ratio. Here $e^{0.693}\approx 2.0$, so being in the agent channel multiplies the **odds** of lapse by $2$ (holding other predictors fixed). It does **not** double the probability — the probability change depends on the baseline $p$ via $\partial p/\partial x=\beta_1 p(1-p)$, so (B) is the classic odds-vs-probability error. The coefficient $\hat\beta_1=0.693$ is the additive change in log-odds (not a multiplicative factor of $2$ on the log-odds), ruling out (C); and (D) confuses the log-odds change with a probability change.