Poisson Process Conditonal Probabilities

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
andrew21nz
Messages
2
Reaction score
0
Hey

I'm really struggling with this:

What is the expected value of a poisson process (rate λ, time t) given that at least one even has occurred? I was told the best way was to find the conditional distribution first.

So this is: P(Xt=z | Xt≥1)

= P(Xt=z, Xt≥1) / (PXt≥1)

= P(Xt=z) / (PXt≥1) for z=1, 2...

= (e-λt * (λt)z/z!)
-----------------
... 1 - e-λt

That's what I keep coming back to. I think it should come out as something poisson? That way the expected value is just the parameter. Clearly I'm doing something wrong and it's really frustrating me

Sorry if it's messy, I couldn't get the Latex thing working

Thanks in advance for your help :)
 
Physics news on Phys.org
The conditional probability of getting at least one is correct. The easiest way to do it is subtract the probability that none occurred from 1, which gives the same result you got. To complete the problem you need to get expected value under the condition. This will be the unconditional expected value divided by (1 - e-λt).
 
Oh true, because the expected value is an integral depending on z so the denominator just comes out the front.

Thank you for your help