Let $X,Y$ be independent discrete random variables, both having the geometric distribution, $X$ with parameter $p$ and $Y$ with parameter $r$. How do I show that $U=\min \{X,Y\}$ has the geometric distribution with parameter $p+r-pr$?
Asked
Active
Viewed 1,684 times
0
-
Find the probability that $X \gt z$ and $Y \gt z$ – Henry Feb 28 '15 at 15:11
-
But what is $z$? – RalphBond Feb 28 '15 at 15:13
-
a non-negative integer – Henry Feb 28 '15 at 15:14
-
1There are several posts of exactly the same question. Judging by the content, it's hard to decide which one should be deemed the original and the others duplicate. In chronological order: 90782, 845706, 1040620, 1056296, and 1207241. – Lee David Chung Lin Mar 21 '18 at 01:18
1 Answers
0
Pick $n \in \mathbb{N}$. Then, $\mathbf{P}(U \geq n) = \mathbf{P}(X \geq n, Y \geq n)$ by the definition of $U$. By independance and by the properties of geometric distributions, this is equal to $\mathbf{P}(X \geq n) \mathbf{P}(Y \geq n) = (1 - p)^n(1-r)^n = (1 - r - p + pr)^n$.
Define $q = r+p - pr$ so that $\mathbf{P}(U \geq n) = (1 - q)^n$. You should easily be able to prove now that $U$ follows a geometric law with parameter $q$ (try to calculate $\mathbf{P}(U = n)$ for example).
Note. To me, a geometric r.v. is a r.v. such that $\mathbf{P}(X = k) = (1-p)^k p$ for every $k \in \mathbb{N}$.

Tlön Uqbar Orbis Tertius
- 3,194