Math Problem Statement

  1. Show that if X1, X2, . . . , Xn are independent E(λ) random variables, then T = 2λ Pn i=1 Xi has a χ 2 2n distribution. [Hint: First show that 2λXi has a Γ(1, 1 2 ) = χ 2 2n distribution.]

Solution

We are given that X1,X2,,XnX_1, X_2, \dots, X_n are independent random variables, each following an exponential distribution with rate parameter λ\lambda, denoted E(λ)E(\lambda). We need to show that the random variable

T=2λi=1nXiT = 2\lambda \sum_{i=1}^n X_i

has a chi-squared distribution with 2n2n degrees of freedom, i.e., Tχ2n2T \sim \chi^2_{2n}.

Step 1: Understand the distribution of XiX_i

Each XiX_i is exponentially distributed with parameter λ\lambda. The probability density function (PDF) of XiX_i is:

fXi(x)=λeλx,x0.f_{X_i}(x) = \lambda e^{-\lambda x}, \quad x \geq 0.

Step 2: Consider the transformed variable Yi=2λXiY_i = 2\lambda X_i

We need to show that 2λXi2\lambda X_i follows a Gamma distribution with shape 11 and rate 12\frac{1}{2}, i.e., Γ(1,12)\Gamma(1, \frac{1}{2}), which is equivalent to a χ22\chi^2_2 distribution. To do this, we first compute the PDF of Yi=2λXiY_i = 2\lambda X_i.

Let’s find the distribution of YiY_i. The CDF of YiY_i is:

P(Yiy)=P(2λXiy)=P(Xiy2λ).P(Y_i \leq y) = P(2\lambda X_i \leq y) = P\left( X_i \leq \frac{y}{2\lambda} \right).

Since XiX_i is exponentially distributed, its CDF is:

FXi(x)=1eλx.F_{X_i}(x) = 1 - e^{-\lambda x}.

Substituting x=y2λx = \frac{y}{2\lambda}, we get:

FYi(y)=1ey2.F_{Y_i}(y) = 1 - e^{-\frac{y}{2}}.

Now, differentiate this with respect to yy to find the PDF of YiY_i:

fYi(y)=ddy(1ey2)=12ey2,y0.f_{Y_i}(y) = \frac{d}{dy} \left( 1 - e^{-\frac{y}{2}} \right) = \frac{1}{2} e^{-\frac{y}{2}}, \quad y \geq 0.

This is the PDF of a Γ(1,12)\Gamma(1, \frac{1}{2}) distribution, which is also equivalent to a χ22\chi^2_2 distribution.

Step 3: Sum of independent χ22\chi^2_2 variables

Since Y1,Y2,,YnY_1, Y_2, \dots, Y_n are independent and each follows a χ22\chi^2_2 distribution (because each 2λXiΓ(1,12)2\lambda X_i \sim \Gamma(1, \frac{1}{2})), the sum of these independent variables:

T=i=1nYi=2λi=1nXiT = \sum_{i=1}^n Y_i = 2\lambda \sum_{i=1}^n X_i

follows a chi-squared distribution with 2n2n degrees of freedom. Specifically:

Tχ2n2.T \sim \chi^2_{2n}.

Conclusion

We have shown that if X1,X2,,XnX_1, X_2, \dots, X_n are independent E(λ)E(\lambda) random variables, then

T=2λi=1nXiχ2n2.T = 2\lambda \sum_{i=1}^n X_i \sim \chi^2_{2n}.

Would you like further clarification or details on any part of this solution?


Here are some related questions for you to explore further:

  1. What is the general relationship between a Gamma distribution and the chi-squared distribution?
  2. How do we derive the distribution of the sum of independent random variables?
  3. Can you prove the moment-generating function of the chi-squared distribution?
  4. How does the shape and scale parameter of the Gamma distribution affect the chi-squared distribution?
  5. What happens if we use a different scaling factor, such as 3λ3\lambda instead of 2λ2\lambda?

Tip: The chi-squared distribution is a special case of the Gamma distribution with integer shape parameters. It is often useful in statistical inference, particularly in hypothesis testing and confidence interval estimation.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Exponential Distribution
Gamma Distribution
Chi-Squared Distribution
Transformation of Random Variables

Formulas

Exponential Distribution PDF: f_X(x) = λ e^(-λx), x ≥ 0
Gamma Distribution PDF for shape 1 and rate 1/2: f_Y(y) = (1/2) e^(-y/2), y ≥ 0
Chi-Squared Distribution: χ²_{2n}
Transformation: Y_i = 2λX_i

Theorems

Sum of Independent Chi-Squared Variables
Transformation of Exponential to Gamma Distribution

Suitable Grade Level

Graduate Level (Advanced Probability and Statistics)