Marginal distribution of sum of Poisson random variables from i=2 to n

marginal-distributionpoisson distributionprobability distributions

This is a simple question but I'm not sure what to do when we're not summing the distributions from $i=1$ to $i=n$.

Let's assume $X_1, \dots, X_n$ are i.i.d observations sampled from a Poisson distribution with parameter $\lambda > 0$. Let $S = \sum_{i=1}^{n} X_i$ and $W = \sum_{i=2}^{n} X_i$.

What are the marginal distributions of $S$ and $W$?

I think the marginal distribution of $S$ is $e^{-\lambda} \sum_{i=1}^{n} \dfrac{\lambda^{x_i}}{{x_i}!}$. But what about W? Do I just take the marginal distribution of $S$ and subtract one Poisson random variable from it?

Best Answer

Since $S$ is the sum of $n$ Poisson random variables with parameter $\lambda$, $S$ should be poisson with parameter $n\lambda$. By similar logic, $W$ is the sum of $n-1$ Poisson random variables with parameter $\lambda$, so $W$ must also be Poisson with parameter $(n-1)\lambda$.

Related Question