| EGG {gfcure} | R Documentation |
Density, distribution function, quantile function and random number generation for the extended generalized gamma distribution
degg(t, q, sigma, mu, method = 0) pegg(t, q, sigma, mu, method = 0) qegg(p, q, sigma, mu) regg(n, q, sigma, mu)
t |
vector of quantiles |
q |
The shape parameter |
sigma |
The scale parameter |
mu |
The location parameter |
method |
If method=1, a special C program is used in the calculation. Otherwise, the calculation does not rely on any external programs. |
p |
vector of probabilities |
n |
number of observations |
"scale" must be positive while "q" and "mu" can be any real value
"degg" gives the density, "pegg" gives the distribution function, "qegg" gives the quantile function, and "regg" generates random deviates.
Yingwei Peng
Lawless, J. F. (2003), Statistical Models and Methods for Lifetime Data, 2nd edn, John Wiley & Sons, Hoboken, New Jersey.
regg(20, 1, 1, 0)