dist.functions.EGPD.GI {GWEX} | R Documentation |
dEGPD.GI, pEGPD.GI, qEGPD.GI, rEGPD.GI
Description
Density function, distribution function, quantile function, random generation for the unified EGPD distribution
Usage
dEGPD.GI(x, kappa, sig, xi)
pEGPD.GI(x, kappa, sig, xi)
qEGPD.GI(p, kappa, sig, xi)
rEGPD.GI(n, kappa, sig, xi)
Arguments
x |
Vector of quantiles |
kappa |
transformation parameter greater than 0 |
sig |
Scale parameter |
xi |
Shape parameter |
p |
Vector of probabilities |
n |
Number of observations |
Value
dEGPD.GI gives the density function, pEGPD.GI gives the distribution function, qEGPD.GI gives the quantile function, and rEGPD.GI generates random deviates.
Author(s)
Guillaume Evin
[Package GWEX version 1.1.3 Index]