CIextExpect | R Documentation |
This function computes the (direct and indirect) Weissman type estimators of extreme expectiles, and returns the associated confidence intervals.
CIextExpect(X, k = trunc(length(X)/10), tau, method = "direct",ci.level=0.95)
X |
Data vector. |
k |
A vector of number of upper order statistics. Default: 10% of the data. |
tau |
Numeric (extreme) probability with value in [0,1]. |
method |
Direct or indirect (quantile based) estimator. Default: direct. |
ci.level |
Confidence level. Default: 0.95. |
Lower_bound |
Lower bound of the confidence interval. |
Point_estimate |
Extreme expectile estimate. |
Upper_bound |
Upper bound of the confidence interval. |
Antoine Usseglio-Carleve
Daouia, A., Stupfler, G. and Usseglio-Carleve, A. (2023). Bias- and variance-corrected asymptotic Gaussian inference about extreme expectiles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.