pextGP | R Documentation |
Density, distribution function, quantile function and random generation of an extended Generalised Pareto distribution with parameters theta.
pextGP(y, theta, ym = 0)
qextGP(p, theta, ym = 0, step = 0)
dextGP(y, theta, ym = 0, step = 0)
y |
vector of quantiles (rainfall) |
theta |
model parameters (sigma, alpha, xi) |
ym |
minimal value that can be observed |
p |
vector of probabilities |
step |
discretization step |
dextGP
gives the density, pextGP
gives the distribution function, qextGP
gives the quantile function and rextGP
generates random deviates.
qextGP
: quantile function
dextGP
: density function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.