Azzera filtri
Azzera filtri

Exponential random number generation

4 visualizzazioni (ultimi 30 giorni)
hi,
How to generate the exponential random numbers from uniform random number generator?
thx

Risposta accettata

the cyclist
the cyclist il 27 Gen 2012
lambda = 2;
x = -log(rand(1,1000000)/lambda)
  4 Commenti
James Tursa
James Tursa il 27 Gen 2012
Theoretically, one can invert the Cumulative Distribution Function and then plug uniform random numbers into that. Inverting the CDF is not always easy to accomplish, however.
the cyclist
the cyclist il 27 Gen 2012
+1 to what James just wrote. If you search "generate random variate", you will find plenty to read. The book (remember those?) "Numerical Recipes" has a digestible discussion of the topic.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Random Number Generation in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by