powered by
This function turns out the MBBEFD b and g parameters for the famous Swiss Re (SR) exposure curves.
swissRe(c)
A numeric value
A named two dimensional vector
The four Swiss Re Y1-Y4 are defined for c=1.5, 2, 3, 4. In addition c=5 coincides with a curve used by Lloyds for industrial risks exposure rating.
BERNEGGER, STEFAN. THE SWISS RE EXPOSURE CURVES AND THE MBBEFD DISTRIBUTION CLASS. Astin Bulletin (1997): 99.
mbbefd-distr.
mbbefd-distr
# NOT RUN { pars <- swissRe(4) losses <- rMBBEFD(n=1000,b=pars[1],g=pars[2]) mean(losses) # }
Run the code above in your browser using DataLab