Tagged Questions
3
votes
2answers
321 views
Generate Poisson process using R
I want to generate a process where in every step there is a realisation of a Poisson random variable, this realisation should be saved and then it should be realize the next Poisson random variable ...
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 ...