Density, distribution function, quantile function and random generation for the generalized F distribution, using the less flexible original parameterisation described by Prentice (1975).
dgenf.orig(x, mu = 0, sigma = 1, s1, s2, log = FALSE)pgenf.orig(q, mu = 0, sigma = 1, s1, s2, lower.tail = TRUE, log.p = FALSE)
Hgenf.orig(x, mu = 0, sigma = 1, s1, s2)
hgenf.orig(x, mu = 0, sigma = 1, s1, s2)
qgenf.orig(p, mu = 0, sigma = 1, s1, s2, lower.tail = TRUE, log.p = FALSE)
rgenf.orig(n, mu = 0, sigma = 1, s1, s2)
dgenf.orig
gives the density, pgenf.orig
gives the
distribution function, qgenf.orig
gives the quantile function,
rgenf.orig
generates random deviates, Hgenf.orig
retuns the
cumulative hazard and hgenf.orig
the hazard.
vector of quantiles.
Vector of location parameters.
Vector of scale parameters.
Vector of first F shape parameters.
vector of second F shape parameters.
logical; if TRUE, probabilities p are given as log(p).
logical; if TRUE (default), probabilities are
vector of probabilities.
number of observations. If length(n) > 1
, the length is
taken to be the number required.
Christopher Jackson <chris.jackson@mrc-bsu.cam.ac.uk>
If
where
As
dgengamma.orig(x, shape=1/sigma, scale=exp(mu) /
s1^sigma, k=s1)
See GenGamma.orig
for how this includes several
other common distributions as special cases.
The alternative parameterisation of the generalized F
distribution, originating from Prentice (1975) and given in this
package as GenF
, is preferred for statistical
modelling, since it is more stable as
R. L. Prentice (1975). Discrimination among some parametric models. Biometrika 62(3):607-614.
GenF
, GenGamma.orig
,
GenGamma