Azzera filtri
Azzera filtri

Function to return poisson random variable

3 visualizzazioni (ultimi 30 giorni)
Moh. Saadat
Moh. Saadat il 17 Dic 2019
Modificato: Ridwan Alam il 17 Dic 2019
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

Risposte (1)

Ridwan Alam
Ridwan Alam il 17 Dic 2019
Modificato: Ridwan Alam il 17 Dic 2019
random('Poisson',lambda)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by