generating random numbers from poisson distribution
Mostrar comentarios más antiguos
how i can generate random numbers Poisson distribution pdf :
P(x) = e^(-λt).(λt)^x / x!
Respuesta aceptada
Más respuestas (1)
Paul
el 30 de Mzo. de 2022
Check out
doc poissrnd
assuming that lamda*t in the question is the same as lamda in that function.
Categorías
Más información sobre Poisson Distribution en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!