Distribution generators for the F-Distribution Equation:
dF(x, d1, d2) Returns the probability density for value
x.
pF(x, d1, d2) Returns the cumulative probability distribution
for value x.
qF(p, d1, d2) Returns the inverse cumulative probability
distribution for probability p.
rF(m, d1, d2) Returns a vector of m
random numbers having the F distribution.
Arguments:
x is a scalar or vector of real values greater
than or equal to 0. To allow integration and other operations over this argument,
values outside of the stated range are allowed, but produce a 0 result.
d1 and d2 are real
degrees of freedom greater than 0.