The distribution has PDF (probability density function)
nag_rngs_f (g05ldc) calculates the values
where
and
are generated by
nag_rngs_gamma (g05lfc) from gamma distributions with parameters
and
respectively (i.e., from
-distributions with
and
degrees of freedom).
One of the initialization functions
nag_rngs_init_repeatable (g05kbc) (for a repeatable sequence if computed sequentially) or
nag_rngs_init_nonrepeatable (g05kcc) (for a non-repeatable sequence) must be called prior to the first call to nag_rngs_f (g05ldc).
Not applicable.
This example prints five pseudorandom numbers from an
-distribution with two and three degrees of freedom, generated by a single call to nag_rngs_f (g05ldc), after initialization by
nag_rngs_init_repeatable (g05kbc).
None.