Convolution random number generator

In statistics and computer software, a convolution random number generator is a pseudo-random number sampling method that can be used to generate random variates from certain classes of probability distribution. The particular advantage of this type of approach is that it allows advantage to be taken of existing software for generating random variates from other, usually non-uniform, distributions. However, faster algorithms may be obtainable for the same distributions by other more complicated approaches.

A number of distributions can be expressed in terms of the (possibly weighted) sum of two or more random variables from other distributions. (The distribution of the sum is the convolution of the distributions of the individual random variables).

Example

Consider the problem of generating a random variable with an Erlang distribution, . Such a random variable can be defined as the sum of k random variables each with an exponential distribution . This problem is equivalent to generating a random number for a special case of the Gamma distribution, in which the shape parameter takes an integer value.

Notice that:

One can now generate samples using a random number generator for the exponential distribution:

if     then

gollark: Well, it might be possible, just very hard.
gollark: How would you get profit, I mean? Just "invest, and there's no competition, and after a few hours you get money"?
gollark: How would meme investment work?
gollark: It might also be interesting to try and *not* base it vaguely on real-world stock markets, so does anyone have ideas there?
gollark: I guess upvotes aren't that great either, but it's better than currently...
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.