extExpectlp | R Documentation |
This function estimates extreme expectiles by using intermediate Lp-quantiles.
extExpectlp(X,tau,k,p,estim="lpindex",br=FALSE)
X |
Data vector. |
tau |
Numeric (extreme) probability with value in [0,1]. |
k |
A vector of number of upper order statistics. |
p |
The chosen Lp-quantile (must be greater than 1). |
estim |
Tail index estimator used : Hill estimator ("Hill") or Lp-quantile estimator ("lpindex", default). |
br |
Bias reduced version if TRUE. Default: FALSE. |
A vector of k estimates of the expectile.
Antoine Usseglio-Carleve
Girard, S., Stupfler, G., and Usseglio-Carleve, A. (2020). Composite bias-reduced Lp-quantile estimators of extreme quantiles and expectiles, preprint.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.