Convolution random number generator: Difference between revisions

Content deleted Content added
Marie Poise (talk | contribs)
Example: simplify
Marie Poise (talk | contribs)
Line 1:
In [[statistics]] and [[computer software]], a '''convolution random number generator''' is a type of [[pseudo-random number generatorsampling]] method that can be used to generate [[random variate]]s 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 variable]]s from other distributions. (The distribution of the sum is the [[convolution]] of the distributions of the individual random variables).