Simulated Normal-Poisson policy data for testing and demostration purposes.
1 2 3 4 5 |
The object normal_poisson_policy is a list with policies.
Each policy consists of the following:
Sample of standard Normal random variable of length 1.
Sample of Poisson distributed random varible of length 1 with mean 1.
Sample of Normal distributed random variable of length occurrence,
with mean 1.5 and standard deviation 1.5. Returns numeric(0) if occurrence
is 0.
The loss given that it is larger than the deductible.
Returns numeric(0) if occurrence is zero or if all losses are smaller than
the deductible.
Length of claim. Returns zero if claim is numeric(0).
The object normal_poisson_n is a data.frame with 10000 rows (policies) and 3
columns consisting of occurrence, deductible and length.
The object normal_poisson_x is a data.frame with
sum(normal_poisson_n$length) rows and 2 columns consisting of
claim and deductible.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.