Hi all please i need to know how to generate a Poisson distributed number using the built-in function (poissrnd).use this command to generate 5000 numbers and use maxlikelihood estimate for poission distribution to complete its means

1 view (last 30 days)
i have done that
lambda = 100;
r = poissrnd(lambda, 1,5000);
histogram(r)
now how i can use maxlikelihood function

Answers (0)

Community Treasure Hunt

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

Start Hunting!