powered by
Representations of the Generalized Pareto Distribution
pgp(q, scale, shape, lower.tail = TRUE)qgp(p, scale, shape)dgp(x, scale, shape)
qgp(p, scale, shape)
dgp(x, scale, shape)
Vector of evaluated GP distribution, with length equal to the recycled lengths of q/x/p, scale, and shape.
q
x
p
scale
shape
Vector of scale parameters; positive numeric.
Vector of shape parameters; positive numeric.
Single logical. If TRUE, cdf (default); if FALSE, survival function.
TRUE
FALSE
Vector of probabilities.
Vector of quantiles.
pgp(1:10, 1, 1) dgp(1:10, 2, 0) qgp(1:9 / 10, 10, -2)
Run the code above in your browser using DataLab