extES | R Documentation |
This function computes several estimators for extreme Expected Shortfalls.
extES(X,k,tau,estim="Moment",method="direct",ci.level=0.95,n.bootstrap=10000)
X |
Data vector. |
k |
A vector of number of upper order statistics. |
tau |
Numeric (extreme) probability with value in [0,1]. |
estim |
ES estimator used : Moment estimator ("Moment", default) tailored for all domains of attraction, or Weissman/Hill estimator ("Hill", default), only suitable for heavy-tailed distribution (positive tail index). |
method |
Direct ("direct", default) or indirect ("indirect") estimator. |
ci.level |
Confidence level. Default: 0.95. |
n.bootstrap |
Size of the bootstrap sample simulated (only if method="direct" and estim="Moment", default 10,000). |
Lower_bound |
Lower bound of the confidence interval. |
Point_estimate |
Expected Shortfall estimate. |
Upper_bound |
Upper bound of the confidence interval. |
Antoine Usseglio-Carleve
Daouia, A., Stupfler, G. & Usseglio-Carleve, A. (2024). A unified framework for extreme Expected Shortfall inference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.