Anderson: A practitioner's guide to GLM Flashcards Preview

CAS Exam 8B > Anderson: A practitioner's guide to GLM > Flashcards

Flashcards in Anderson: A practitioner's guide to GLM Deck (11)
Loading flashcards...
1
Q

Failings of one way analysis and examples

A
  1. can be distorted by correlation between rating variables
    e. g. younger drivers drive old cars more often. Worse LR in old cars can be partially driven by younger drivers.
  2. do not consider interdependencies between rating variables
    e. g. rate differentials between male and female drivers vary by age
2
Q

Failings of minimum biased procedure

A
  1. provide no credible range for parameter estimations
    - GLM can provide confidence intervals
  2. lack of a statistical framework to allow assessment of quality of modelling work
3
Q

Limitation of classical linear model

A
  1. response variable may not be normal and have constant variance
  2. values of response variable may be restricted to be positive. Normal assumption violates this restriction.
  3. Additive assumptions are not realistic for insurance application (risk tend to vary multiplicatively with rating factors)
4
Q

How the choice of error function affects the results of GLM (Normal, vs. Poisson, vs. Gamma)

A
  1. GLM with normal variance function
    - attracted to data points with equal weight
  2. GLM with Poisson variance function
    - assumes variance increases with expected value
    - observation with smaller expected value => smaller variance => more credibility
    - Fitted values are more influenced by observations on the left (smaller ones)
  3. GLM with Gamma variance function
    - even more strongly influenced by pts on the left (variance increase with x^2)
5
Q

Typical model for

  1. count/freq
  2. severity
  3. retention&new business
A
  1. Multiplicative Poisson
    - claim freq: prior weight is exposure
    - claim count: offset term is log(exposure)
    - invariant to measure of time
  2. multiplicative gamma
    - invariant to measure of currency
  3. logit link & binominal error term
    - invariant to measure of success/failure
6
Q

What is Aliasing?

What are the two types of Aliasing and give example for each.

A

Aliasing: when there is dependency among covariates in the model.

Two types of Aliasing:

  1. Intrinsic aliasing: dependency among variants due to definition
    e. g we have black, red and gold cars. gold = total - black - red
  2. extrinsic aliasing: dependency results from nature of the data
    e.g. when one level of a particular factor is perfectly correlated with a level of another factor
    when we have black, red and gold cars and all red cars are sports car. # of sports cars = # of red cars
7
Q

Once the link function and error structure have been selected, describe the process to determine the final beta parameters.

A
  1. use the probability distribution function of the error distribution, set up likelihood equations given the observations.
  2. take log(likelihood equations), differentiate w.r.t parameter betas. Set the partial derivatives to zero and solve for beta.
8
Q
Comparison between linear model and GLM for:
random component
systematic component
link function
error term
A

Random component
- Linear Model:
[] independent and normally distributed
[] their means may differ but they have common variance
- GLM:
[] independent and from exponential family

Systematic component:
Linear Model & GLM are the same:
covariates are combined to produce a linear predictor

Link function:

  • Linear: Identity E[Y] = u = x*beta
  • GLM: link function is differentiable and monotonic E[Y] = u = g-1(x*beta)

Error term:

  • Linear Model: Normally distributed
  • GLM: various distribution possible
9
Q

What is a holdout sample?

Purpose of holdout sample?

A

A training dataset is used to fit a model.
A holdout sample is a separate sample of data not used to fit the model.

Purpose: compare prediction from training model with prediction from holdout sample to test:

  1. how well the model generalize to other data
  2. to prevent over fitting
10
Q

Selection criteria for holdout sample

A
  1. unbiased sample from the same population as the training data
  2. large enough to be credible
11
Q

How to solve aliasing?

A
  • deleting/excluding rogue records or

- reclassifying the rogue records into another more appropriate, factor level