egp-function | R Documentation |
This function provides the log-likelihood and quantiles for the different extended generalized Pareto distributions. All families share the same tail index as the generalized Pareto, and reduce to the latter when kappa=1
.
egp.ll(
xdat,
thresh,
par,
model = c("pt-beta", "pt-gamma", "pt-power", "gj-tnorm", "gj-beta", "exptilt",
"logist")
)
egp.retlev(
xdat,
thresh,
par,
model = c("pt-beta", "pt-gamma", "pt-power", "gj-tnorm", "gj-beta", "exptilt",
"logist"),
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 |
logical; if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.