Content deleted Content added
wikilinks, tidy, {{unreferenced}} |
Adding/improving reference(s) Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit Newcomer task Newcomer task: references |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1:
{{short description|Non-uniform number generator}}
In [[statistics]] and [[computer software]], a '''convolution random number generator''' is a type of [[random number generator]] 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.▼
{{More references|date=February 2025}}
▲In [[statistics]] and [[computer software]], a '''convolution random number generator''' is a
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).
== Example ==
Consider the problem of generating
Notice that:
Line 14 ⟶ 17:
if <math>X_i\ \sim \operatorname{Exp}(k \theta)</math> then <math>X=\sum_{i=1}^k X_i \sim \operatorname{Erlang}(k,\theta) .</math>
== References ==
{{reflist}}
[[Category:Non-uniform random numbers]]
|