test_claims_object | R Documentation |
A list containing a sample output from each of the simulation modules, in
sequential order of the running of the modules. This is the test data
generated when run with seed 20200131
at the top of the code.
test_claims_object
A claims
object with 10 components:
vector; number of claims for each occurrence period, see also claim_frequency()
.
list; claim occurrence times for all claims that occurred in each of the period, see also claim_occurrence()
.
list; claim sizes for all claims that occurred in each of the period, see also claim_size()
.
list; notification delays for all claims that occurred in each of the period, see also claim_notification()
.
list; settlement delays for all claims that occurred in each of the period, see also claim_closure()
.
list; number of partial payments for all claims that occurred in each of the period, see also claim_payment_no()
.
(compound) list; sizes of partial payments (without inflation) for all claims that occurred in each of the period, see also claim_payment_size()
.
(compound) list; inter partial delays for all claims that occurred in each of the period, see also claim_payment_delay()
.
(compound) list; payment times (on a continuous time scale) for all claims that occurred in each of the period, see also claim_payment_time()
.
(compound) list; sizes of partial payments (with inflation) for all claims that occurred in each of the period, see also claim_payment_inflation()
.
Claim occurrence: claim_frequency
, claim_occurrence
Claim size: claim_size
Claim notification: claim_notification
Claim closure: claim_closure
Claim payment count: claim_payment_no
Claim payment size (without inflation): claim_payment_size
Claim payment time: claim_payment_delay
, claim_payment_time
Claim inflation: claim_payment_inflation
test_claims_object$frequency_vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.