Exponential Distribution for random number
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Aftab Ahmed Khan
am 7 Nov. 2015
Kommentiert: Star Strider
am 7 Nov. 2015
Hi, How can i generate an exponential distributed random integer from the interval [1 16]. Thank you so much.
0 Kommentare
Akzeptierte Antwort
Star Strider
am 7 Nov. 2015
I need a bit of clarification. Are the means on the interval [1 16], do you want the output to be on the interval 1 16, or a row vector of 16 exponentially distributed random variables? You have to specify a mean (or an array of means) in the second and third instances. (You can do any of these easily enough, but the output are no longer strictly exponentially distributed in the second instance.)
6 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!