Relationship Between Poisson and Multinomial

Posted by Kristian M. Eschenburg on November 08, 2018 · 3 mins read

In this post, I’m going to briefly cover the relationship between the Poisson distribution and the Multinomial distribution.

Let’s say that we have a set of independent, Poisson-distributed random variables with rate parameters . We can model the sum of these random variables as a new random variable .

Let start with . We can define the distrbution of as follows:

Here, we can apply the Binomial Theorem to the summation to get the following (remember that the Binomial Theorem says, for two numbers and , that ):

which we see is in fact just another Poisson distribution with rate parameter equal to . This shows that the sum of independent Poisson distributed random variables is also a Poisson random variable, with rate parameter equal to the sum of the univariate rates. By induction, we see that for independent Poisson distributed random variables , their sum .

Now let’s say we’re interested in modeling the conditional distribution of . By definition of conditional probability, we have that

We have the following:

So finally, we see that, given the sum of independent Poisson random variables, that conditional distribution of each element of the Poisson vector is Multinomial distributed, with count probabilities scaled by the sum of the individual rates. Importantly, we can extend these ideas (specifically the sum of independent Poisson random variables) to other models, such as splitting and merging homogenous and non-homogenous Poisson Point Processes.