GPD | R Documentation |
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)
beta |
|
log |
|
n |
|
p |
|
q |
|
x |
|
xi |
|
numeric, probability (pGPD), quantile (qGPD), density (dGPD) or random
variates (rGPD) for the GPD with scale parameter \beta
and
shape parameter \xi
.
GEV
, POT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.