fit_GPD_unconditional | R Documentation |
Maximum likelihood estimates for the GPD distribution using peaks over threshold
fit_GPD_unconditional(Y, interm_lvl = NULL, thresh_quantiles = NULL)
Y |
Vector of observations |
interm_lvl |
Probability level at which the empirical quantile should be used as the threshold,
if |
thresh_quantiles |
Numerical value or numerical vector of the same length as |
Named list containing:
scale |
the GPD scale MLE, |
shape |
the GPD shape MLE, |
fit |
the fitted |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.