• We are pleased to announce that the winner of our Feedback Prize Draw for the Winter 2024-25 session and winning £150 of gift vouchers is Zhao Liang Tay. Congratulations to Zhao Liang. If you fancy winning £150 worth of gift vouchers (from a major UK store) for the Summer 2025 exam sitting for just a few minutes of your time throughout the session, please see our website at https://www.acted.co.uk/further-info.html?pat=feedback#feedback-prize for more information on how you can make sure your name is included in the draw at the end of the session.
  • Please be advised that the SP1, SP5 and SP7 X1 deadline is the 14th July and not the 17th June as first stated. Please accept out apologies for any confusion caused.

Chapter 6/7 Question

R

Rob

Member
I've been looking at practice question 6 in revision booklet 3:

claim amounts: X ~ Exp (1/5000)
# claims: N ~ Poi(5)
XOL reinsurance with retention limit 6000

Let Z be the amount paid by the reinsurer on individual claim i.e.
Z = 0 , X < 6000
Z = X - 6000 , X >= 6000

Now if Sr is aggregate claim paid by reinsurer, then
E[Sr] = E[N]E[Z] --- happy with this

but the answer in the booklet then states:
var[Sr] = E[N]E[Z^2]

Where does this expression for var[Sr] come from?

I was using var[Sr] = E[N]var[X-M]+var[N](E[X-M])^2 from pg 16 tables.

Any help would be much appreciated.

Thanks.
 
Last edited by a moderator:
'I was using var[Sr] = E[N]var[X]+var[N](E[X])^2 from pg 16 tables.'

It's the same thing. When # of Claims has a Poission distribution then E[N] = Var[N] and the above equation becomes E[N]{Var[X]+(E[X])^2}

but Var[X] + (E[X])^2 = E[X^2] hence we get: var = E[N]E[X^2]

We can use this shortcut and others whenever we have a compound poission distribution ie when N~Poi. Look again at page 16 and you will see three useful equations when dealing with compound poisson.

(Note how Variance = lambda x m2 ie var = E[N]E[X^2])
 
Last edited by a moderator:
Thanks.

Spotting that E[N] = Var [N] (for a Poisson) would have helped me!
 
Back
Top