Distribution of minimum

317 Views Asked by At

Let $$ X_0 , X_1 , ...$$ be independent random variables, all have the same uniform distribution over the interval [0, 1]. How to find the distribution for $$ Y = min\{n : \prod_{k=0}^n X_k < e^{-\lambda}\}$$

1

There are 1 best solutions below

2
On BEST ANSWER

We can rewrite $$\prod_{k=1}^n X_k < e^{-\lambda}$$ as $$\sum_{k=1}^n-\log(X_k) > \lambda. $$

Since when $X_k$ is $U(0,1)$, $-\log(X_k)$ is a standard exponential, the problem becomes computing the distribution of $$ Y =\min\{n\mid \sum_{k=1}^nZ_k > \lambda\}$$ where $Z_k$ are independent exponentials.

If we remember some facts about Poisson processes, we recall that $\sum_{k=1}^nZ_k$ is the wait time until the $n$-th jump of the Poisson process (with rate $1$ since the exponentials are standard).

So $Y $ is the first value of $n$ so that the wait time is longer than $\lambda.$ In other words, $n-1$ is the value of the Poisson process (with unit rate) at time $\lambda.$ So $n-1$ is distributed like Poisson($\lambda$).