powered by
Create parameters for ELT simulation
create_elt(dt, ann_rate, mu, sdev_i, sdev_c, expval)
an ELT (Event Loss Table)
a vector of annual rates for each event
a vector of mean event loss
a vector of independent standard deviations
a vector of correlated standard deviations
the total values exposed in each event
a data.table object with mean damage ratio, total standard deviation and alpha/beta parameters
# NOT RUN { create_elt (eltr::example_elt, ann_rate="rate", mu="mean", sdev_i = "sdevi" , sdev_c = "sdevc", expval = "exp") # }
Run the code above in your browser using DataLab