create_elt: Create parameters for ELT simulation

Description Usage Arguments Value Examples

View source: R/cat_functions.R

Description

Create parameters for ELT simulation

Usage

1
create_elt(dt, ann_rate, mu, sdev_i, sdev_c, expval)

Arguments

dt

an ELT (Event Loss Table)

ann_rate

a vector of annual rates for each event

mu

a vector of mean event loss

sdev_i

a vector of independent standard deviations

sdev_c

a vector of correlated standard deviations

expval

the total values exposed in each event

Value

a data.table object with mean damage ratio, total standard deviation and alpha/beta parameters

Examples

1
2
create_elt (eltr::example_elt, ann_rate="rate", mu="mean", 
           sdev_i = "sdevi" , sdev_c = "sdevc", expval = "exp")

eltr documentation built on Jan. 16, 2021, 5:05 p.m.