Estimate premiums of excess-loss reinsurance with retention
ExcessGPD(data, gamma, sigma, R, L = Inf, warnings = TRUE, plot = TRUE, add = FALSE,
main = "Estimates for premium of excess-loss insurance", ...)
A list with following components:
Vector of the values of the tail parameter
The corresponding estimates for the premium.
The retention level of the (re-)insurance.
The limit of the (re-)insurance.
Vector of
Vector of GPDmle
.
Vector of GPDmle
.
The retention level of the (re-)insurance.
The limit of the (re-)insurance, default is Inf
.
Logical indicating if warnings are displayed, default is TRUE
.
Logical indicating if the estimates should be plotted as a function of FALSE
.
Logical indicating if the estimates should be added to an existing plot, default is FALSE
.
Title for the plot, default is "Estimates for premium of excess-loss insurance"
.
Additional arguments for the plot
function, see plot
for more details.
Tom Reynkens
We need that NA
for the premium. A warning will be issued in
that case if warnings=TRUE
. One should then use global fits: ExcessSplice
.
The premium for the excess-loss insurance with retention
We estimate
See Section 4.6 of Albrecher et al. (2017) for more details.
Albrecher, H., Beirlant, J. and Teugels, J. (2017). Reinsurance: Actuarial and Statistical Aspects, Wiley, Chichester.
GPDmle
, ExcessHill
, ExcessEPD
data(secura)
# GPDmle estimator
mle <- GPDmle(secura$size)
# Premium of excess-loss insurance with retention R
R <- 10^7
ExcessGPD(secura$size, gamma=mle$gamma, sigma=mle$sigma, R=R, ylim=c(0,2*10^4))
Run the code above in your browser using DataLab