Description Usage Arguments Value Note Examples
View source: R/IndividualRisk.R
The function returns the cumulative distribution function of the aggregate claim size.
1 | IndividualAggregateDist(x, n, dist, par)
|
x |
the independent variable P(S<x). |
n |
The number of policies |
dist |
the distribution of each single policy (only "Gamma" and "InvGauss" are supported) |
par |
the parameters of the distribution of each single policy. |
The function returns the cumulative distribution function of the aggregate claim size P(S<x)
Other distributions than the Gamma and the Inverse Gaussian might be considered. Nonetheless It might be necessary to use convolutions or approximation methods to compute the CDF.
1 | 1-IndividualAggregateDist(100,10,dist="InvGauss",par= c( 0.05,2.5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.