We need that \(u \ge X_{n-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
. One should then use global fits: ExcessSplice
.
The premium for the excess-loss insurance with retention \(R\) and limit \(L\) is given by
$$E(\min{(X-R)_+, L}) = \Pi(R) - \Pi(R+L)$$
where \(\Pi(u)=E((X-u)_+)=\int_u^{\infty} (1-F(z)) dz\) is the premium of the excess-loss insurance with retention \(u\). When \(L=\infty\), the premium is equal to \(\Pi(R)\).
We estimate \(\Pi\) by
$$ \hat{\Pi}(u) = (k+1)/(n+1) \times \hat{\sigma}_k/ (1-\hat{\gamma}_k) \times (1+\hat{\gamma}_k/\hat{\sigma}_k (u-X_{n-k,n}))^{1-1/\hat{\gamma}_k},$$
with \(\hat{\gamma}_k\) and \(\hat{\sigma}_k\) the estimates for the parameters of the GPD.
See Section 4.6 of Albrecher et al. (2017) for more details.