Estimates for excess-loss premiums using EPD estimates
Estimates for excess-loss premiums using EPD estimates
Estimate premiums of excess-loss reinsurance with retention R and limit L using EPD estimates.
ExcessEPD(data, gamma, kappa, tau, R, L =Inf, warnings =TRUE, plot =TRUE, add =FALSE, main ="Estimates for premium of excess-loss insurance",...)
Arguments
data: Vector of n observations.
gamma: Vector of n−1 estimates for the EVI, obtained from EPD.
kappa: Vector of n−1 estimates for κ, obtained from EPD.
tau: Vector of n−1 estimates for τ, obtained from EPD.
R: The retention level of the (re-)insurance.
L: The limit of the (re-)insurance, default is Inf.
warnings: Logical indicating if warnings are displayed, default is TRUE.
plot: Logical indicating if the estimates should be plotted as a function of k, default is FALSE.
add: Logical indicating if the estimates should be added to an existing plot, default is FALSE.
main: Title for the plot, default is "Estimates for premium of excess-loss insurance".
...: Additional arguments for the plot function, see plot for more details.
Details
We need that u≥Xn−k,n, the (k+1)-th largest observation. If this is not the case, we return NA for the premium. A warning will be issued in that case if warnings=TRUE.
The premium for the excess-loss insurance with retention R and limit L is given by
E(min(X−R)+,L)=Π(R)−Π(R+L)
where Π(u)=E((X−u)+)=∫u∞(1−F(z))dz is the premium of the excess-loss insurance with retention u. When L=∞, the premium is equal to Π(R).