guide:Ebd4c21cec: Difference between revisions
mNo edit summary |
m (Added reference to the published paper by Prof Shevchenko in the Journal of operational risk) |
||
Line 113: | Line 113: | ||
The '''Panjer recursion''' is an [[wikipedia:algorithm|algorithm]] to compute the [[wikipedia:probability distribution|probability distribution]] approximation of a compound [[wikipedia:random variable|random variable]] | The '''Panjer recursion''' is an [[wikipedia:algorithm|algorithm]] to compute the [[wikipedia:probability distribution|probability distribution]] approximation of a compound [[wikipedia:random variable|random variable]] | ||
<math>S = \sum_{i=1}^N X_i\,</math> | <math>S = \sum_{i=1}^N X_i\,</math> | ||
where both <math>N\,</math> and <math>X_i\,</math> are [[wikipedia:random variable|random variable]]s and of special types. In more general cases the distribution of <math>S</math> is a [[wikipedia:compound distribution|compound distribution]]. The recursion for the special cases considered was introduced in a paper <ref>{{cite journal|last=Panjer|first=Harry H.|year=1981|title=Recursive evaluation of a family of compound distributions.| journal=ASTIN Bulletin|volume=12|issue=1|pages=22–26|publisher=[[wikipedia:International Actuarial Association|International Actuarial Association]]|url=http://www.casact.org/library/astin/vol12no1/22.pdf|doi=10.1017/S0515036100006796}}</ref> by [[wikipedia:Harry Panjer|Harry Panjer]] ([[wikipedia:Distinguished Emeritus Professor|Distinguished Emeritus Professor]], [[wikipedia:University of Waterloo|University of Waterloo]]<ref>[http://www.actuaries.org/COUNCIL/Documents/CV_Panjer.pdf CV], actuaries.org; [https://math.uwaterloo.ca/statistics-and-actuarial-science/about/people/harry-panjer Staff page], math.uwaterloo.ca</ref>). | where both <math>N\,</math> and <math>X_i\,</math> are [[wikipedia:random variable|random variable]]s and of special types. In more general cases the distribution of <math>S</math> is a [[wikipedia:compound distribution|compound distribution]]. The recursion for the special cases considered was introduced in a paper <ref>{{cite journal|last=Panjer|first=Harry H.|year=1981|title=Recursive evaluation of a family of compound distributions.| journal=ASTIN Bulletin|volume=12|issue=1|pages=22–26|publisher=[[wikipedia:International Actuarial Association|International Actuarial Association]]|url=http://www.casact.org/library/astin/vol12no1/22.pdf|doi=10.1017/S0515036100006796}}</ref> by [[wikipedia:Harry Panjer|Harry Panjer]] ([[wikipedia:Distinguished Emeritus Professor|Distinguished Emeritus Professor]], [[wikipedia:University of Waterloo|University of Waterloo]]<ref>[http://www.actuaries.org/COUNCIL/Documents/CV_Panjer.pdf CV], actuaries.org; [https://math.uwaterloo.ca/statistics-and-actuarial-science/about/people/harry-panjer Staff page], math.uwaterloo.ca</ref>). The content below is based primarily on the wikipedia page [[wikipedia:panjer_recursion|panjer recursion]] and <ref>{{cite journal|last=Shevchenko|first= Pavel V.|year=2010|title=Calculation of aggregate loss distributions| journal=The Journal of Operational Risk|volume=5|issue=2|pages=3-40|publisher=|url=https://www.risk.net/journal-operational-risk/2160875/calculation-aggregate-loss-distributions|doi=10.21314/JOP.2010.077}}</ref>. | ||
=== Preliminaries === | === Preliminaries === |
Revision as of 22:12, 27 February 2023
An insurance company will sell insurance policies that enable the purchaser to make a claim when a certain well-defined event occurs within a specified time period. An actuary will be called upon to examine the distributional (stochastic) properties of portfolios of such policies. We consider two basic approaches: the individual risk model and the collective risk model. The individual risk model is less granular than the collective risk model since it doesn't try to model claim frequency and claim size (severity) separately. We will denote by [math]S[/math] the random variable representing the aggregate claims (total loss to the insurer) associated with a portfolio of policies.
The Individual Risk Model
In the individual risk model, we let [math]X_i[/math] represent the claim (loss) size associated with the [math]i\textrm{th}[/math] policy in a portfolio of [math]n[/math] policies:
It is assumed that [math]X_1,\ldots,X_n[/math] are mutually independent but not necessarily identically distributed.
The Collective Risk Model
In the collective risk model, we let [math]N[/math] denote the random variable representing the number of individual claims and let [math]Y_i[/math] represent the claim (loss) size associated with the [math]i\textrm{th}[/math] individual claim:
The following additional constraints are also assumed:
- [math]Y_1,\ldots,Y_n[/math] are mutually independent and identically distributed.
- [math]N[/math] is independent of each [math]Y_i[/math].
Relation to Compound Distributions
A compound probability distribution is the probability distribution that results from assuming that a random variable is distributed according to some parametrized distribution, with the parameters of that distribution being assumed to be themselves random variables. The compound distribution is the result of marginalizing over the intermediate random variables that represent the parameters of the initial distribution. An important type of compound distribution occurs when the parameter being marginalized over represents the number of random variables in a summation of random variables as is the case with the collective risk model.
Mean and Variance
Mean and variance of the compound distribution derive in a simple way from the law of total expectation and the law of total variance. The mean equals
and the variance equals
Moment Generating Function
The moment generation function of [math]S[/math] can be expressed in terms of the moment generating functions of [math]Y[/math] and [math]N[/math]:
<proofs page = "guide_proofs:55aeb8bb60" section = "mgf/collective_risk_model" label = "Moment Generating Function for Collective Risk Model" />
Compound Poisson Distribution
If the claim frequency [math]N[/math] has a poisson distribution with mean [math]\theta[/math], then [math]S[/math] is said to have a compound poisson distribution.
Properties
We have (see Mean and Variance)
Since [math]\operatorname{E}[N] = \operatorname{Var}[N][/math], these formulae can be reduced to:
The probability generating function of [math]S[/math] has a simple representation in terms of the probability generation function of [math]Y[/math]:
Compound Negative Binomial Distribution
If the claim frequency [math]N[/math] has a negative binomial distribution with parameters [math]r[/math] and [math]\beta[/math], then [math]S[/math] is said to have a compound negative binomial distribution.
Properties
Since [math]\mu_N = r\beta[/math] and [math] \sigma^2_{N} = \mu_N (1 + \beta) [/math], then
The probability generating function of [math]S[/math] equals
Compound Binomial Distribution
If the claim frequency [math]N[/math] has a binomial distribution with size parameter [math]m[/math] and success parameter [math]q[/math], then [math]S[/math] is said to have a compound binomial distribution.
Properties
Since [math]\mu_N = pn[/math] and [math] \sigma^2_{N} = \mu_N (1-p) [/math], then
The probability generating function of [math]S[/math] can be computed:
Panjer Recursion
The Panjer recursion is an algorithm to compute the probability distribution approximation of a compound random variable [math]S = \sum_{i=1}^N X_i\,[/math] where both [math]N\,[/math] and [math]X_i\,[/math] are random variables and of special types. In more general cases the distribution of [math]S[/math] 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]). The content below is based primarily on the wikipedia page panjer recursion and [3].
Preliminaries
We are interested in the compound random variable [math]S = \sum_{i=1}^N X_i\,[/math] where [math]N\,[/math] and [math]X_i\,[/math] fulfill the following preconditions.
Claim size distribution
We assume the [math]X_i\,[/math] to be i.i.d. and independent of [math]N\,[/math]. Furthermore the [math]X_i\,[/math] have to be distributed on a lattice [math]\delta \mathbb{N}_0\,[/math] with latticewidth [math]\delta \gt0\,[/math].
In actuarial practice, [math]X_i\,[/math] is obtained by discretisation of the claim density function (upper, lower...).
Claim number distribution
The number of claims [math]N[/math] 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 [math]N[/math] 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:
for some [math]a[/math] and [math]b[/math] which fulfill [math]a+b \ge 0\,[/math]. The initial value [math]p_0\,[/math] is determined such that [math]\sum_{k=0}^\infty p_k = 1.\,[/math]
The Panjer recursion makes use of this iterative relationship to specify a recursive way of constructing the probability distribution of [math]S[/math]. In the following [math]W_N(x)\,[/math] denotes the probability generating function of [math]N[/math]: for this see the table in (a,b,0) class of distributions.
Recursion
The algorithm now gives a recursion to compute the [math]h_k =P[S = \delta k] \,[/math]. The starting value is [math]h_0 = W_N(f_0)\,[/math] with the special cases
and
and proceed with
- Initialization: calculate [math]f_0[/math] and [math]h_0[/math], and set [math]H_0=h_0[/math].
- Calculate [math]h_n=\frac{1}{1-af_0}\sum_{j=1}^{n}\left(a+\frac{bj}{n}\right)f_jh_{n-j}[/math]
- Calculate [math]H_n=H_{n-1}+h_n[/math]
- Interrupt the procedure if [math]H_n[/math] is larger than the required quantile level [math]\alpha[/math], e.g. [math]\alpha=0.999[/math]. Then the estimate of the quantile [math]q_\alpha[/math] is [math]n\times\delta[/math].
Panjer Extensions
The Panjer recursion formula can be extended to a class of frequency distributions [math](a,b,1)[/math]. The distribution is said to be in [math](a,b,1)[/math] Panjer class if it satisfies
For the frequency distributions in a class [math](a,b,1)[/math]:
Discretization
Method of Rounding
Severity distributions are continuous and thus discretisation is required. To concentrate severity, whose continuous distribution is [math]F(x)[/math], on [math]\{0,\delta,2\delta,\ldots\}[/math], one can choose [math]\delta\gt0[/math] and use the central difference approximation
Then the compound discrete density [math]h_n[/math] is calculated using Panjer recursion and compound distribution is calculated as [math]H_n=\sum_{i=0}^n h_i[/math].
Discretisation can also be done via the forward and backward differences:
These allow for calculation of the upper and lower bounds for the compound distribution:
Local Moment Matching
With the local moment matching method, the discretization is performed by matching [math]p[/math] moments of a discrete distribution to that of the claim size distribution on each interval in a collection of intervals of equal width.
We start with [math]\delta \gt 0 [/math] and consider the distribution, say [math]F(x)[/math], of the claim size on the interval [math][x_k,x_k + p\delta)[/math]. The discretization is found by determining probabilities [math]w_k^j[/math], [math]j=0,\ldots,p[/math], such that
for all [math]0 \leq r \leq p [/math]. The discretization sets the probability weight for the point [math]x_k + \delta j [/math], [math]0 \lt j \lt p[/math], equal to [math]w^k_j[/math], and sets the probability weight for the point [math]x_{k+p}[/math] to [math]w^k_p + w^{k+1}_0[/math]. By setting [math]r=0[/math] and summing over [math]k[/math], we see that the discretization method produces a valid probability distribution. Furthermore, the resulting discrete probability distribution matches the first [math]p[/math] moments of the distribution [math]F(x)[/math].
References
- Panjer, Harry H. (1981). "Recursive evaluation of a family of compound distributions.". ASTIN Bulletin 12 (1): 22–26. International Actuarial Association. doi: .
- CV, actuaries.org; Staff page, math.uwaterloo.ca
- Shevchenko, Pavel V. (2010). "Calculation of aggregate loss distributions". The Journal of Operational Risk 5 (2): 3-40. doi: .
Wikipedia References
- Wikipedia contributors. "Central limit theorem." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 3 May. 2019. Web. 8 Jun. 2019.
- Wikipedia contributors. "Panjer recursion." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia, 26 Feb. 2021. Web. 7 Feb. 2023.
ArXiv References
Shevchenko, Pavel V. (2010). "Calculation of aggregate loss distributions". arXiv:1008.1108.