Section 6 : GLM mini case study Flashcards

(8 cards)

1
Q

You are modeling claim severity for a highly skewed distribution.
Which distribution should you use ?

A

A: Use the Inverse Gaussian distribution.
Why: It handles strong skewness and long tails better than Gamma, which improves predictive accuracy for severe losses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

You’re modeling pure premiums with many zero claims and right-skewed positive values.
What should you do?

A

A: Use the Tweedie distribution.
Why: It accommodates zero-inflation and skewed losses by combining Poisson frequency and Gamma severity in one model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You detect high correlation between two predictors in your GLM.
What should you do?

A

Remove one of the variables or use PCA (Principal Component Analysis).
Why: Multicollinearity destabilizes coefficient estimates and inflates standard errors, leading to unreliable interpretations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You need to incorporate deductible relativities already estimated from a separate analysis.
What should you do?

A

Use an offset term in the GLM.
Why: Offsets let you incorporate pre-specified effects (like deductibles) without re-estimating them, maintaining consistency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You want to validate your model with limited data and avoid overfitting.
What should you do?

A

Use k-fold cross-validation.
Why: It improves robustness by training and testing on multiple partitions, reducing sensitivity to any one split.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You want to compare multiple GLMs using the same dataset and distribution.
What should you do?

A

Compare log-likelihood or scaled deviance.
Why: These metrics are valid when the model assumptions are consistent and help assess goodness of fit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Your GLM includes a continuous predictor with a nonlinear relationship to the target.
What should you do?

A

Add polynomial terms, bins, or splines.
Why: These transformations improve fit by capturing curvature or thresholds not modeled by a linear term.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly