Jump to content

Convolution random number generator

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Melcombe (talk | contribs) at 10:13, 30 January 2009 (moved Convolution sampling to Convolution random number generator: more relevant title - sampling usually has different meaning). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, convolution sampling is a technique used to generate random variates from a distribution.

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 random variable , defined as the sum of k random variables each with an exponential distribution :see Gamma distribution.

Notice that:

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

if then