Description Usage Arguments Details Value References See Also Examples
Returns an object of class "gpd"
representing the fit of
a generalized Pareto model to excesses over a high threshold.
1 2 |
data |
data vector |
threshold |
a threshold value (either this or
|
nextremes |
the number of upper extremes to be used (either
this or |
method |
whether parameters should be estimated by the maximum
likelihood method |
information |
whether standard errors should be calculated with
|
... |
arguments passed to |
The function uses the general purpose optimization function
optim
when method = "ml"
is chosen.
An object of class "gpd"
describing the fit and including
parameter estimates and standard errors.
Parameter and quantile estimation for the generalized Pareto distribution, JRM Hosking and JR Wallis, Technometrics 29(3), pages 339-349, 1987.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.