exposureCurve | R Documentation |
An exposure curve is defined between x between 0 and 1 and represents the ratio of the limited expected value to unlimited expected value.
ecbeta(x, shape1, shape2)
ecunif(x, min = 0, max =1)
x |
x value, percentage of damage to total loss |
shape1 , shape2 |
parameters for the beta distribution. |
min , max |
parameters for the uniform distribution. |
ecbeta
, ecunif
is the theoretical exposure curve function for beta and uniform distribution.
A numeric value
Giorgio Spedicato, Christophe Dutang
BERNEGGER, STEFAN (1997). The Swiss Re Exposure Curves And The MBBEFD Distribution Class, ASTIN Bulletin, 27(1), pp99-111, \Sexpr[results=rd]{tools:::Rd_expr_doi("https://doi.org/10.2143/AST.27.1.563208")}.
ecmbbefd
and ecMBBEFD
are implemented in mbbefd-distr
.
See also Uniform
, Beta
, swissRe
.
x <- 0.2
ecbeta(x, 2, 3)
ecunif(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.