Density, quantiles, and cumulative probability of the Generalized Pareto distribution.
pGPD(q, xi, beta = 1)
qGPD(p, xi, beta = 1)
dGPD(x, xi, beta = 1, log = FALSE)
rGPD(n, xi, beta = 1)numeric, probability (pGPD), quantile (qGPD), density (dGPD) or random variates (rGPD) for the GPD with scale parameter \(\beta\) and shape parameter \(\xi\).
numeric, scale parameter.
logical, whether log values of density should be
returned.
integer, count of random variates.
vector, probabilities.
vector, quantiles.
vector, values to evaluate density.
numeric, shape parameter.
GEV, POT