exposureCurve {mbbefd}R Documentation

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)

Arguments

x

x value, percentage of damage to total loss

shape1, shape2

parameters for the beta distribution.

min, max

parameters for the uniform distribution.

Details

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

Value

A numeric value

Author(s)

Giorgio Spedicato, Christophe Dutang

References

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

See Also

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

Examples


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



[Package mbbefd version 0.8.11 Index]