Tagged Questions
2
votes
4answers
4k views
How do I generate a Poisson Process?
Original Question:
I want to generate a Poisson process. If the number of arrivals by time t is N(t) and I have a Poisson distribution with parameter lambda how do I generate N(t)? How would I do ...