Scythe-1.0.3
template<class RNGTYPE>
double scythe::rng< RNGTYPE >::rf ( double  df1,
double  df2 
) [inline]

Generate an F distributed random variate.

This function returns a pseudo-random variate drawn from the F distribution with degress of freedom df1 and df2.

Parameters:
df1The positive degrees of freedom for the $chi^2$ variate in the nominator of the F statistic.
df2The positive degrees of freedom for the $chi^2$ variate in the denominator of the F statistic.
See also:
pf(double x, double df1, double df2)
df(double x, double df1, double df2)
Exceptions:
scythe_invalid_arg(Level 1)