A Poisson Process has lambda = 0.9 What is the probability that the fourth event occurs between time 2 and time 5?
The source I'm reading has the answer pegged as 54.9%.
I got the same answer but my work is totally different, I just want to make sure my method makes sense and I didn't get the same answer by coincidence.
I figured I wanted Pr[N(2) < 4 and N(5) < 4] aka less than 4 events at time 2 and less than 4 events at time 5. I calculated that P(N(2)<4)=.8913 and P(N(5)<4)=.3423 and by subtracting .8913-.3423=.549 Honestly the subtraction was a guess here, I'm not sure if that makes sense or not.