I want to generate 60 random numbers from a poisson distribution with a mean of M = 4 and a range of min = 2 max = 9. Does anybody know how to solve this (preferably in Matlab?).
Best!
I want to generate 60 random numbers from a poisson distribution with a mean of M = 4 and a range of min = 2 max = 9. Does anybody know how to solve this (preferably in Matlab?).
Best!
Copyright © 2021 Jogjafile Inc.
If you have the Statistics toolbox, you can use
poissrnd...