egp-function | R Documentation |
This function provides the log-likelihood and quantiles for the three different families presented
in Papastathopoulos and Tawn (2013). The latter include an additional parameter, \kappa
.
All three families share the same tail index than the GP model, while allowing for lower thresholds.
egp.ll(xdat, thresh, par, model = c("egp1", "egp2", "egp3"))
egp.retlev(
xdat,
thresh,
par,
model = c("egp1", "egp2", "egp3"),
p,
plot = TRUE
)
xdat |
vector of observations, greater than the threshold |
thresh |
threshold value |
par |
parameter vector ( |
model |
a string indicating which extended family to fit |
p |
extreme event probability; |
plot |
boolean indicating whether or not to plot the return levels |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.