dargar
- 8
- 0
Homework Statement
Events X, Y, Z are all Poisson processes. Event X has a rate of 1 per unit time , event Y has a rate of 2 per unit time and event Z has a rate of 3 per unit time.
Find the probability that 2 events (of any type) occur during the interval (0, 3).
Homework Equations
Maybe this is relevant
P(N=k) = \frac{(\lambda t)^k e^{-\lambda t}}{k!}
The Attempt at a Solution
So \lambda_X = 1, \lambda_Y = 2 and \lambda_Z = 4. Also k = 2 and t =3.
Is it correct to think of it as say A = X \cup Y \cup Z. Then the answer is:
P(N=2) = \frac{(7(3))^2 e^{-7(3)}}{2!} where \lambda_A = 1 + 2 + 4 = 7.