F Distribution

Distribution generators for the F-Distribution Equation:

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:

Notes:

QuickSheet