Learn R Programming

mbbefd (version 0.8.12)

exposureCurve: Exposure curves for the beta and the uniform distributions.

Description

An exposure curve is defined between x between 0 and 1 and represents the ratio of the limited expected value to unlimited expected value.

Usage

ecbeta(x, shape1, shape2)
ecunif(x, min = 0, max =1)

Value

A numeric value

Arguments

x

x value, percentage of damage to total loss

shape1, shape2

parameters for the beta distribution.

min, max

parameters for the uniform distribution.

Author

Giorgio Spedicato, Christophe Dutang

Details

ecbeta, ecunif is the theoretical exposure curve function for beta and uniform distribution.

References

BERNEGGER, STEFAN (1997). The Swiss Re Exposure Curves And The MBBEFD Distribution Class, ASTIN Bulletin, 27(1), pp99-111, tools:::Rd_expr_doi("https://doi.org/10.2143/AST.27.1.563208").

See Also

ecmbbefd and ecMBBEFD are implemented in mbbefd-distr. See also Uniform, Beta, swissRe.

Examples

Run this code

x <- 0.2
ecbeta(x, 2, 3)
ecunif(x)


Run the code above in your browser using DataLab