Estimator of small exceedance probabilities using truncated MLE
Estimator of small exceedance probabilities using truncated MLE
Computes estimates of a small exceedance probability P(X>q) using the estimates for the EVI obtained from the ML estimator adapted for upper truncation.
trProbMLE(data, gamma, tau, DT, q, plot =FALSE, add =FALSE, main ="Estimates of small exceedance probability",...)
Arguments
data: Vector of n observations.
gamma: Vector of n−1 estimates for the EVI obtained from trMLE.
tau: Vector of n−1 estimates for the τ obtained from trMLE.
DT: Vector of n−1 estimates for the truncation odds obtained from trDTMLE.
q: The used large quantile (we estimate P(X>q) for q large).
plot: Logical indicating if the estimates should be plotted as a function of k, default is FALSE.
add: Logical indicating if the estimates should be added to an existing plot, default is FALSE.
main: Title for the plot, default is "Estimates of small exceedance probability".
...: Additional arguments for the plot function, see plot for more details.