powered by
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 value, percentage of damage to total loss
parameters for the beta distribution.
parameters for the uniform distribution.
A numeric value
ecbeta, ecunif is the theoretical exposure curve function for beta and uniform distribution.
ecbeta
ecunif
BERNEGGER, STEFAN. THE SWISS RE EXPOSURE CURVES AND THE MBBEFD DISTRIBUTION CLASS. Astin Bulletin (1997): 99.
ecmbbefd and ecMBBEFD are implemented in mbbefd-distr. See also Uniform, Beta, swissRe.
ecmbbefd
ecMBBEFD
mbbefd-distr
Uniform
Beta
swissRe
# NOT RUN { x <- 0.2 ecbeta(x, 2, 3) ecunif(x) # }
Run the code above in your browser using DataLab