I'm trying to figure out the connection between the difference between two order statistic variables and exponential distribution. I saw previous topic but it's to complex to understand (higher mathematics than what I currently know). I'm not familiar with Chi-square distribution. What is the connection between two order statistic variables and exponential distribution? when does it holds? In an exam I had the following question:
In a taxi service at $00:00$ there are $8$ cars. Each car getting a phone call with passion distribution of $2$ calls in one hour. Each taxi that gets a call, leaves and does not come back. Find the expected value until the taxi service is empty of cars.
In the solution they had the following equation: $$ \sum_{i=1}^8 E(X_{(i)}-X_{(i-1)})=\sum_{i=1}^8 \frac{1}{i\cdot \lambda} $$
They stated that $X_i$ is the leave time of taxi $i$ and we want $E(X_{(8)})$.
When $X_{(i)}-X_{(i-1)}\sim \exp (i\lambda)$ is true and how do I find $\lambda$?
EDIT: The question is why if $X_1,\ldots X_n \sim Pois(\lambda)$ then $X_{(i)}-X_{(i-1)}\sim \exp (i\lambda)$?
As $\sum_{i=1}^n (X_{(i)}−X_{(i−1)})=X_{(n)}$, the above is also the mean of $X_{(n)}$.
See https://math.stackexchange.com/q/509816/321264, https://math.stackexchange.com/q/80475/321264.
– StubbornAtom Aug 23 '20 at 18:40