From: B.A. Lee
On: 6/3/1998 at 12:37
I will give this a shot and see if anyone can help answer this
question.
If X and Y are independent Poisson Distributions, we know that X +
Y is also a Poisson Distribution with a mean which is the sum of
the means of X and Y. What about X - Y? Is it also a Poisson
Distribution? What is its mean then?
The best way to approach this problem is by using PGFs
(probability generating functions). However, I will assume that you
don't yet know about them, because they're quite advanced.
Incidentally, if you are interested, you might like to look up PGFs
in a textbook - they're quite interesting and powerful.
The way you prove that X+Y is a Poisson r.v. (random variable) if X
and Y are without resorting to technical things like PGFs, is to
use the Law of Total Probability. In the case of a sum of Poisson
r.v.s X and Y this is
P(X+Y=n) = S (m=0 to n)
P(X+Y=n|X=m)×P(X=m). (1)
This is a standard result that will be explained in most books. We
can use it to find the distribution of X+Y because we know how to
calculate P(X+Y=n|X=m) = P(Y=n-m) and P(X=m). We can then plug
these into our formula (1) and it turns out that we can write the
sum in closed form (i.e. as a normal algebraic expression) as
exactly the form of a Poisson probability. This is all very
exciting and we think ``Hmm. Can we use the same method to find the
distribution of the difference of X and Y?''
The answer is, we can try, but it doesn't quite work. We can use a
similar formula to (1):
P(X-Y=n) = S (m=0 to n)
P(X-Y=n|Y=m)×P(Y=m). (2)
Again, we can plug in the values of P(X-Y=n|Y=m) = P(X=m+n) and
P(Y=m), but this time the sum is much more messy, and doesn't (at
least to me) look like it could be written in a recognisable closed
form (or possibly any closed form at all). In particular it is not
a Poisson probability in general. Try it yourself, using formula
(2).
So X-Y is not (in general at least) a Poisson r.v. if X and Y
are.
The mean of the r.v. X-Y (where X is a Poisson r.v. with mean a,
and Y is a Poisson r.v. with mean b, and X and Y are independent)
is a-b, since we can use the formula E(X-Y) = E(X)-E(Y), which
holds for any r.v.s.
I hope this has been helpful (even if it didn't give a particularly
satisfying answer). The last problem is first year degree level
stuff, so don't worry about it too much.
I think I ought to explain a bit more what a probability
generating function is. Because at its simplest, it is not very
hard to understand.
Given a Random Variable X, we define its generating function G(s)
as the following
G(s) = S (over all integral k)
P(X = k) sk = E(sX)
So G(s) is a function in terms of s.
Now this function is extremely useful in shortening calculations.
Before we continue, I think we should note the following: