Sum of poisson distributions
If
X\sim Po(\lambda_X) andY\sim Po(\lambda_Y) , thenX+Y\sim Po(\lambda_X + \lambda_Y) .
What that means is that, if we have two independent discrete random variables following a poisson distribution, then their sum also follows a poisson distribution, with the mean being the sum of the means of the two original distributions.
Examples
- If
X\sim Po(3) andY\sim Po(5) , thenX+Y\sim Po(3 + 5) = Po(8) . - If
X\sim Po(2) andY\sim Po(4) , thenX+Y\sim Po(2 + 4) = Po(6) . - If
X\sim Po(1) andX+Y\sim Po(2) , thenY\sim Po(2 - 1) = Po(1) . - If
Y\sim Po(6) andX+Y\sim Po(10) , thenX\sim Po(10 - 6) = Po(4) .
flashcards
| Question | Answer |
|---|---|
| If | |
| If | |
| If | |
| If | |
| If | |
| What is the mean of the sum of two independent Poisson distributions? | The mean is the sum of the means, i.e., |