Description Usage Arguments Value Examples
View source: R/cat_functions.R
Create parameters for ELT simulation
1  | create_elt(dt, ann_rate, mu, sdev_i, sdev_c, expval)
 | 
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  | 
a data.table object with mean damage ratio, total standard deviation and alpha/beta parameters
1 2  | create_elt (eltr::example_elt, ann_rate="rate", mu="mean", 
           sdev_i = "sdevi" , sdev_c = "sdevc", expval = "exp")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.