claims | R Documentation |
claims
ObjectConstructs a claims
object which stores all the simulated quantities.
claims(
frequency_vector,
occurrence_list,
claim_size_list,
notification_list,
settlement_list,
no_payments_list,
payment_size_list,
payment_delay_list,
payment_time_list,
payment_inflated_list
)
frequency_vector |
a vector of claim frequencies for all the periods. |
occurrence_list |
list of claim occurrence times. |
claim_size_list |
list of claim sizes. |
notification_list |
list of notification delays. |
settlement_list |
list of settlement delays. |
no_payments_list |
list of number of partial payments. |
payment_size_list |
(compound) list of payment size pattern (without inflation). |
payment_delay_list |
(compound) list of inter partial delays. |
payment_time_list |
(compound) list of payment times on a continuous time scale. |
payment_inflated_list |
(compound) list of payment size pattern (after inflation). |
Returns a claims
object (mainly a reformat of the arguments as a
list object), with the 10 components as listed above.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.