The Panjer recursion is an algorithm to compute the probability distribution approximation of a compound random variable
S=
N | |
\sum | |
i=1 |
Xi
N
Xi
We are interested in the compound random variable
S=
N | |
\sum | |
i=1 |
Xi
N
Xi
We assume the
Xi
N
Xi
hN0
h>0
fk=P[Xi=hk].
In actuarial practice,
Xi
The number of claims N is a random variable, which is said to have a "claim number distribution", and which can take values 0, 1, 2, .... etc.. For the "Panjer recursion", the probability distribution of N has to be a member of the Panjer class, otherwise known as the (a,b,0) class of distributions. This class consists of all counting random variables which fulfill the following relation:
P[N=k]=pk=\left(a+
b | |
k |
\right) ⋅ pk-1,~~k\ge1.
a
b
a+b\ge0
p0
infty | |
\sum | |
k=0 |
pk=1.
The Panjer recursion makes use of this iterative relationship to specify a recursive way of constructing the probability distribution of S. In the following
WN(x)
In the case of claim number is known, please note the De Pril algorithm.[3] This algorithm is suitable to compute the sum distribution of
n
The algorithm now gives a recursion to compute the
gk=P[S=hk]
The starting value is
g0=WN(f0)
g0=p0 ⋅ \exp(f0b) if a=0,
and
g | ||||||||||
|
for a\ne0,
and proceed with
g | ||||
|
k | |
\sum | |
j=1 |
\left(a+
b ⋅ j | |
k |
\right) ⋅ fj ⋅ gk-j.
The following example shows the approximated density of
\scriptstyleS=
N | |
\sum | |
i=1 |
Xi
\scriptstyleN\simNegBin(3.5,0.3)
\scriptstyleX\simFrechet(1.7,1)
As observed, an issue may arise at the initialization of the recursion. Guégan and Hassani (2009) have proposed a solution to deal with that issue.[5]