If $X_1,...,X_N$ are independent and identically distributed exponential random variables, what can be said about the distribution of $\text{min}(X_1,...,X_N)$ when $N$ is random and modelled as a Poisson random variable?
Asked
Active
Viewed 367 times
2
[self-study]tag & read its wiki. Then tell us what you understand thus far, what you've tried & where you're stuck. We'll provide hints to help you get unstuck. – gung - Reinstate Monica Mar 23 '16 at 00:22The random $N$ doesn't add much: Given $N=n$, you get $P(\min(X_1,\cdots,X_N)\leq x | N=n)=1-[1-F(x)]^n$. Notice that the minimum of exponential random variables is exponentially distributed with parameter $\lambda= \lambda_1+\cdots\lambda_n$.
Now just sum over:
$$P(\min(X_1,\cdots,X_N)\leq x) = \sum_{n\geq 0} [1-(1-F(x))^n ] P(N=n)$$
– Alex R. Mar 23 '16 at 19:23