| GF {gfcure} | R Documentation |
Density, distribution function, quantile function and random number generation for the generalized F distribution
dgf(t, s1, s2, sigma, mu, method = 0) pgf(t, s1, s2, sigma, mu, method = 0) qgf(p, s1, s2, sigma, mu) rgf(n, s1, s2, sigma, mu)
t |
vector of quantiles |
s1 |
The first shape parameter |
s2 |
The second 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 |
"s1", "s2", "sigma" are positive and mu can be any real value
"dgf" gives the density, "pgf" gives the distribution function, "qgf" gives the quantile function, and "rgf" generates random deviates.
Yingwei Peng
Kalbfleisch, J. D. & Prentice, R. L. (2002), The Statistical Analysis of Failure Time Data, 2nd edn, John Wiley & Sons, New York.
rgf(20, 1, 1, 1, 0)