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
)
Returns a claims
object (mainly a reformat of the arguments as a
list object), with the 10 components as listed above.
a vector of claim frequencies for all the periods.
list of claim occurrence times.
list of claim sizes.
list of notification delays.
list of settlement delays.
list of number of partial payments.
(compound) list of payment size pattern (without inflation).
(compound) list of inter partial delays.
(compound) list of payment times on a continuous time scale.
(compound) list of payment size pattern (after inflation).