Panjer recursion

From testwiki
Revision as of 00:16, 12 January 2024 by imported>Sir Ibee (Open access status updates in citations with OAbot #oabot)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Panjer recursion is an algorithm to compute the probability distribution approximation of a compound random variable S=i=1NXi where both N and Xi are random variables and of special types. In more general cases the distribution of S is a compound distribution. The recursion for the special cases considered was introduced in a paper [1] by Harry Panjer (Distinguished Emeritus Professor, University of Waterloo[2]). It is heavily used in actuarial science (see also systemic risk).

Preliminaries

We are interested in the compound random variable S=i=1NXi where N and Xi fulfill the following preconditions.

Claim size distribution

We assume the Xi to be i.i.d. and independent of N. Furthermore the Xi have to be distributed on a lattice h0 with latticewidth h>0.

fk=P[Xi=hk].

In actuarial practice, Xi is obtained by discretisation of the claim density function (upper, lower...).

Claim number distribution

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=(a+bk)pk1,k1.

for some a and b which fulfill a+b0. The initial value p0 is determined such that k=0pk=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) denotes the probability generating function of N: for this see the table in (a,b,0) class of distributions.

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 discrete random variables.[4]

Recursion

The algorithm now gives a recursion to compute the gk=P[S=hk].

The starting value is g0=WN(f0) with the special cases

g0=p0exp(f0b) if a=0,

and

g0=p0(1f0a)1+b/a for a0,

and proceed with

gk=11f0aj=1k(a+bjk)fjgkj.

Example

The following example shows the approximated density of S=i=1NXi where NNegBin(3.5,0.3) and XFrechet(1.7,1) with lattice width h = 0.04. (See Fréchet distribution.)

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]

References