create_elt {eltr}R Documentation

Create parameters for ELT simulation

Description

Create parameters for ELT simulation

Usage

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

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


[Package eltr version 0.1.0 Index]