Assume $X_1,X_2,\ldots,X_n$ are identical independent random variables, all distributed with $\text{Poisson}(\lambda)$ (same $\lambda$). I am interested to find out the distribution of their minimum: $X_\min=\min_i\{X_i\}$. Especially I am interested in the mean and variance of that random variable.
2026-05-05 16:11:39.1777997499
On
Minimum of identical independent Poisson random variables
3.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
The cumulative distribution function is a really good place to start!
You know that $$ Pr(X_{min} \leq x) = 1 - Pr(X_{min} > x)$$ where the latter occurs if and only if $X_i > x$ for each $i$.
Now since $X_{min}$ is non-negative you can compute its expectation using the wonderful formula $$E(X_{min}) = \sum_{x}Pr(X_{min} > x)$$
$$E(X_{\mathrm{min}})=\sum_{k\geqslant1}P(X_{\mathrm{min}}\geqslant k)=\sum_{k\geqslant1}P(X_1\geqslant k)^n=\mathrm e^{-n\lambda}\sum_{k\geqslant1}\left(\sum_{i=k}^\infty\frac{\lambda^i}{i!}\right)^n$$