gpd.mle: Generalized Pareto maximum likelihood estimates for various quantities of interest
Description
This function calls the fit.gpd routine on the sample of excesses and returns maximum likelihood
estimates for all quantities of interest, including scale and shape parameters, quantiles and value-at-risk,
expected shortfall and mean and quantiles of maxima of N threshold exceedances
Usage
gpd.mle(
xdat,
args = c("scale", "shape", "quant", "VaR", "ES", "Nmean", "Nquant"),
m,
N,
p,
q
)
Value
named vector with maximum likelihood values for arguments args
Arguments
xdat
sample vector of excesses
args
vector of strings indicating which arguments to return the maximum likelihood values for
m
number of observations of interest for return levels. Required only for args values 'VaR' or 'ES'
N
size of block over which to take maxima. Required only for argsNmean and Nquant.
p
tail probability, equivalent to \(1/m\). Required only for argsquant.
q
level of quantile for N-block maxima. Required only for argsNquant.