Distribution of two independent exponential random variables

Click For Summary
SUMMARY

The distribution of the ratio Z = X_1 / X_2, where X_1 and X_2 are independent exponential random variables with parameters λ_1 and λ_2, is derived using the cumulative distribution function (CDF) method. The resulting probability density function (PDF) is f_Z(a) = (λ_1 λ_2) / (λ_1 a + λ_2)^2. This approach involves calculating the CDF F_Z(a) and differentiating it to obtain the PDF. The calculations confirm that the methodology applied is correct and leads to the established distribution.

PREREQUISITES
  • Understanding of exponential random variables and their properties
  • Knowledge of cumulative distribution functions (CDF) and probability density functions (PDF)
  • Familiarity with integration techniques in probability theory
  • Basic differentiation skills for functions of random variables
NEXT STEPS
  • Study the properties of independent exponential random variables
  • Learn about the derivation of cumulative distribution functions for ratios of random variables
  • Explore applications of the derived distribution in statistical modeling
  • Investigate related distributions, such as the distribution of the sum of exponential random variables
USEFUL FOR

Statisticians, data scientists, and mathematicians interested in probability theory, particularly those working with exponential distributions and their applications in statistical modeling.

lizzyb
Messages
167
Reaction score
0
Q: If X_1 and X_2 are independent exponential random variables with respective parameters \lambda_1 and \lambda_2, find the distribution of Z = X_1 / X_2.

Discussion

The best method to attack this problem apparent to me is coming up with a cumulative distributive function for Z and then differentiating it.

Work Completed So Far
(note: I don't mean for anyone to check if I did my math right I'm just wondering if I'm going about solving the question right)

F_Z (a) = P\{ Z \leq a \} = P\{ X_1 / X_2 \leq a \} = P \{ X_1 \leq a X_2 \}
\int_0^\infty \int_0^{a x_2} \lambda_1 e^{- \lambda_1 x_1} dx_1 \lambda_2 e^{- \lambda_2 x_2} dx_2 = \lambda_1 \lambda_2 \int_0^\infty e^{\lambda_2 x_2} dx_2 \left[ -\frac{1}{\lambda_1} e^{-\lambda_1 x_1} \right]^{a x_2}_0 = - \lambda_2 \int_0^\infty e^{- \lambda_2 x_2} dx_2 ( e^{-\lambda_1 a x_2} - 1 )

= \lambda_2 \int_0^\infty e^{- \lambda_2 x_2} dx_2 -\lambda_2 \int_0^\infty e^{-\lambda_2 x_2 - \lambda_1 a x_2} dx_2 = \lambda_2 \int_0^\infty e^{- \lambda_2 x_2} dx_2 - \lambda_2 \int_0^\infty e^{-x_2(\lambda_2 + \lambda_1 a)} dx_2

= \lambda_2 ( - \frac{1}{\lambda_2} ) \left[ e^{- \lambda_2 x_2 } \right]_0^\infty - \lambda_2 \frac{-1}{\lambda_2 + \lambda_1 a} \left[ e^{-x_2(\lambda_2 + \lambda_1 a) \right]_0^{\infty} = 1 - \frac{\lambda_2}{\lambda_2 + \lambda_1 a}

So f_{X_1/X_2}(a) = f_Z(a) = \frac{d F_Z(a)}{da} = \frac{\lambda_1 \lambda_2}{(\lambda_1 a + \lambda_2)^2}

Does this look like I'm doing it right?

Thanks.
 
Last edited:
Physics news on Phys.org
I'm not an expert in this, but your reasoning all makes sense to me and your math does check out.
 

Similar threads

Replies
8
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
Replies
5
Views
1K
Replies
4
Views
2K
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 9 ·
Replies
9
Views
1K