nag_rngs_weibull (g05lmc) generates a vector of pseudorandom numbers from a two parameter Weibull distribution with shape parameter and scale parameter .
The distribution has PDF (probability density function)
nag_rngs_weibull (g05lmc) returns the value
, where
is a pseudorandom number from a uniform distribution over
.
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_weibull (g05lmc).
Not applicable.
None.
This example prints the first five pseudorandom real numbers from a Weibull distribution with shape parameter
and scale parameter
, generated by a single call to nag_rngs_weibull (g05lmc), after initialization by
nag_rngs_init_repeatable (g05kbc).
None.