I'm working on a problem in which the random variable is the difference between two random variables. We know from math that the mean will be the difference of the means, and that the variance will be the sum of the variances. I know that for a Poisson distributions the sum of two independent variables will be another Poisson distribution with mean the sum of the means, and this will be identical to the variance.
Therefore I can treat the difference between Poisson distributed random variables the same way. However, a Poisson distribution has only positive values, and I know that the difference between the random variables will have some value that turns out to be negative. What am I missing?


The Wikipedia article on the Skellam distribution states that it is a discrete probability distribution. However, I'm trying to model a game of bocce: I assume the distance of each player's bowl from the jack is Poisson distributed, and it is a continuous variable. So, I'm wondering if the Skellam distribution would be a correct application, since the article says discrete and not continuous variable. The area under the curve, on the positive side would be the probability of the ball of one player to be closer to the jack.
– gciriani Sep 29 '18 at 18:45