Function to return poisson random variable
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
What is the (Is there any) MATLAB function to return a poisson random variable that is NOT NECESSARILY an integer? I know about poissrnd(), but apparently this function only returns integers inspite of any given input of lambda values.
e.g.
poissrnd(5.1)
ans =
7
0 Kommentare
Antworten (1)
Ridwan Alam
am 17 Dez. 2019
Bearbeitet: Ridwan Alam
am 17 Dez. 2019
random('Poisson',lambda)
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!