How to generate Poisson Process with arrival time and inter arrival time

How to generate the arrival times t1, t2..... of a rate lambda=5/minutes Poisson process, over a time interval [0,T]

 Accepted Answer

From my understanding you want ot generate poisson process, you can refer poissrnd for more information.

2 Comments

No, this is incorrect. poissonrd generates random variables that have a poisson distribution. A poisson process is a separate mathematical object. See poisson distribution versus poisson process on wikipedia.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!