Description Usage Arguments Details Value Author(s) Examples
Density, distribution function, quantile function and random
generation for the Generalized Pareto distribution with parameters
mu
, sigma
, and xi
.
1 2 3 4 5 6 7 8 9 |
x, q |
vector of quantiles. |
mu |
location parameter. |
sigma |
(non-negative) scale parameter. |
xi |
shape parameter. |
log |
logical; if |
lower.tail |
logical; if |
p |
numeric predictor matrix. |
n |
number of random values to return. |
The generalized pareto distribution has density
f(x) = sigma^(1/xi) / (sigma + xi*(x-mu))^(1/xi + 1)
dgpd
gives the continuous density, pgpd
gives the distribution
function, qgpd
gives the quantile function, and rgpd
generates random deviates.
mgpd
gives a probability mass function for a discretized version of GPD.
Taylor Trippe <ttrippe@luc.edu>
Earvin Balderama <ebalderama@luc.edu>
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.