nag_deviates_f_dist (g01fdc) returns the deviate associated with the given lower tail probability of the or variance-ratio distribution with real degrees of freedom.
The deviate,
, associated with the lower tail probability,
, of the
-distribution with degrees of freedom
and
is defined as the solution to
where
;
.
The value of
is computed by means of a transformation to a beta distribution,
:
and using a call to
nag_deviates_beta (g01fec).
For very large values of both
and
, greater than
, a normal approximation is used. If only one of
or
is greater than
then a
approximation is used; see
Abramowitz and Stegun (1972).
The result should be accurate to five significant digits.
Not applicable.
For higher accuracy
nag_deviates_beta (g01fec) can be used along with the transformations given in
Section 3.