Description Usage Arguments Value Details Examples
Fit a Generalized Pareto Distribution (GPD) to a declustered dataset.
1 2 |
Data |
Numeric vector containing the declusted data. |
Data_Full |
Numeric vector containing the non-declustered data. |
u |
GPD threshold; as a quantile |
mu |
Numeric vector of length one specifying (average) occurrence frequency of events in the |
min.RI |
Numeric vector of length one specifying the minimum return period in the return level plot. Default is |
xlab_hist |
Character vector of length one. Histogram x-axis label. Default is |
y_lab |
Character vector of length one. Histogram x-axis label. Default is |
Plot |
Logical; indicating whether to plot diagnostics. Default is |
List comprising the GPD Threshold
, shape parameter xi
and scale parameters sigma
along with their standard errors sigma.SE
and xi.SE
.
For excesses of a variable X over a suitably high threshold u the fitted GPD model is parameterized as follows:
P( X > x| X > u) = ≤ft[1 + ξ \frac{(x-u)}{σ}\right]^{-\frac{1}{ξ}}_{+}
where ξ and σ>0 are the shape and scale parameters of the GPD and [y]_{+}=max(y,0).
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.