extExpect: Extreme expectile estimation

View source: R/extExpect.R

extExpectR Documentation

Extreme expectile estimation

Description

This function computes the Weissman-type estimator for extreme expectiles.

Usage

extExpect(X, k="kopt", tau, estim = "Hill", method="direct", br = FALSE)

Arguments

X

Data vector.

k

A vector of number of upper order statistics. Default: optimal k given in Girard et al. (2020).

tau

Numeric (extreme) probability with value in [0,1].

estim

Tail index estimator used : Hill estimator ("Hill", default) or proportionality estimator ("tindexp").

method

Direct or indirect (quantile based) estimator.

br

Bias reduced version if TRUE. Default: FALSE.

Author(s)

Antoine Usseglio-Carleve

References

Daouia, A., Girard, S., and Stupfler, G. (2018). Estimation of tail risk based on extreme expectiles. Journal of the Royal Statistical Society: Series B, 80(2): 263-292. Girard, S., Stupfler, G., and Usseglio-Carleve, A. (2020). On second-order automatic bias reduction for extreme expectile estimation, preprint.


AntoineUC/Expectrem documentation built on Feb. 14, 2025, 11:22 a.m.