Usage
ddnf(x, df1, df2, ncp1, ncp2, log = FALSE, order.max=6)pdnf(q, df1, df2, ncp1, ncp2, lower.tail = TRUE, log.p = FALSE, order.max=6)
qdnf(p, df1, df2, ncp1, ncp2, lower.tail = TRUE, log.p = FALSE, order.max=6)
rdnf(n, df1, df2, ncp1, ncp2)
Arguments
df1,df2
the degrees of freedom for the numerator and denominator.
We do not recycle these versus the x,q,p,n
.
ncp1,ncp2
the non-centrality parameters for the numerator and denominator.
We do not recycle these versus the x,q,p,n
.
log
logical; if TRUE, densities $f$ are given
as $\mbox{log}(f)$.
order.max
the order to use in the approximate density,
distribution, and quantile computations, via the Gram-Charlier,
Edeworth, or Cornish-Fisher expansion.
p
vector of probabilities.
log.p
logical; if TRUE, probabilities p are given
as $\mbox{log}(p)$.
lower.tail
logical; if TRUE (default), probabilities are
$P[X \le x]$, otherwise, $P[X > x]$.