Calculating Probability of a Poisson Process w/ Parameter λ

chimychang
Messages
5
Reaction score
0
I need some help on the following question: Let N() be a poisson process with parameter \lambda.

I need to find that probability that

N((1,2]) = 3 given N((1,3]) > 3

I know that this is equal to the probability that

P(A \cap B) / P(B) where A = N((1,2]) and B = N((1,3]) > 3, but I'm not sure where to go from there.
 
Physics news on Phys.org
chimychang said:
P(A \cap B) / P(B) where A = N((1,2]) and B = N((1,3]) > 3, but I'm not sure where to go from there.
Yes, that's the right start. Can you write down the value of P(B)?
For P(A&B), you have "N((1,2])=3 and N((1,3]) > 3". Can you translate that into a combination of the event A and some fact concerning N((2,3])?
 
chimychang said:
I need some help on the following question: Let N() be a poisson process with parameter \lambda.

I need to find that probability that

N((1,2]) = 3 given N((1,3]) > 3

I know that this is equal to the probability that

P(A \cap B) / P(B) where A = N((1,2]) and B = N((1,3]) > 3, but I'm not sure where to go from there.

Are you sure you have copied the problem correctly? Getting P{N(1,2]=3|N(1,3]>3} is not too difficult (just use the definition and known expressions), but the answer is not particularly enlightening. However, the alternative problem P{N(1,3]>3|N(1,2]=3} gives a much nicer answer, and one that reveals an important property of Poisson processes.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top