navbar-top.gif
btn_spacer.gifHomeTopicsLatestRandomAboutFAQsParticipateAuthoring Areabtn_spacer.gif

Random Values from Distributions

To observe values of a random variable that follows some arbitrary distribution, it is only necessary to be able to generate random numbers distributed uniformly in the unit interval and to compute quantiles of the desired distribution. (See the Demonstration "Using Rule 30 to Generate Pseudorandom Real Numbers" for a way to do the former.) The random number from the unit interval is simply used as the desired quantile of the more general distribution. That is, if is the density function for the distribution from which a random value is to be drawn and is a random number from the unit interval, the number is taken such that the area to the left of under is equal to . Thus, the pink area is equal to and the vertical line in the lower plot is at .

This Demonstration shows a general theoretical approach to generating random values from non-uniform distributions. Implementing it, however, requires computing the inverse of the cumulative distribution function (CDF) at the quantile in question. This can be computationally intensive if the CDF is complicated. In practice, random number generators often use other methods that are computationally faster.
Powered by Wolfram Mathematica
Contact The Wolfram Demonstrations Project Team    Site Index    Wolfram Research
©  2008 The Wolfram Demonstrations Project & Contributors    Terms of Use    Privacy Policy    RSS    Atom