[Math] Product of two independent poisson variables

probability distributionsprobability theory

Suppose we have two independent poisson variables $X_1$ and $X_2$ such that $X_1 ∼ \operatorname{Poisson}(\lambda_1)$ and $X_2 ∼ \operatorname{Poisson}(\lambda_2)$. What will be the probability distribution of $X_1 \times X_2$? Is it some standard distribution?

I am particularly interested in the mean value of the distribution.

Additional question: If I have chain of $N$ poisson variables, can we say anything about mean value of the multiplication of these variables?

I could not find any online resource discussing this.

Best Answer

Since $X_1,X_2$ are independent you get:

$$E[X_1X_2]=E[X_1]E[X_2]=\lambda_1\lambda_2$$

just using the definition of independence! I would recommend to check the definition.

Related Question