Usage
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)
qgenf.orig(p, mu=0, sigma=1, s1, s2, lower.tail = TRUE, log.p = FALSE)
rgenf.orig(n, mu=0, sigma=1, s1, s2)
Hgenf.orig(x, mu=0, sigma=1, s1, s2)
hgenf.orig(x, mu=0, sigma=1, s1, s2)
Arguments
p
vector of probabilities.
n
number of observations. If length(n) > 1
, the length is
taken to be the number required.
mu
Vector of location parameters.
sigma
Vector of scale parameters.
s1
Vector of first F shape parameters.
s2
vector of second F shape parameters.
log, log.p
logical; if TRUE, probabilities p are given as
log(p).
lower.tail
logical; if TRUE (default), probabilities are
$P(X \le x)$, otherwise, $P(X > x)$.