Generalized Pareto Distribution
Cumulative probability, quantiles, density and random generation from the generalized Pareto distribution.
pgpd(q, xi, mu = 0, beta = 1) qgpd(p, xi, mu = 0, beta = 1) dgpd(x, xi, mu = 0, beta = 1) rgpd(n, xi, mu = 0, beta = 1)
q
: vector of quantiles.p
: vector of probabilities.x
: vector of values at which to evaluate densityn
: sample sizexi
: shape parameter.mu
: location parameter.beta
: scale parameterProbability (pgpd
), quantile (qgpd
), density (dgpd
) or random sample (rgpd
) for the GPD distribution with shape xi
.
dgev
, gpd
Useful links