Math Problem Statement

Let X1, . . . , Xn be a random sample from a normal distribution with mean µ and variance σ 2 . What is the distribution of the sum Y = Pn i=1[(Xi − µ)/σ] 2 ?

Solution

Let X1,X2,,XnX_1, X_2, \dots, X_n be independent and identically distributed (i.i.d.) random variables from a normal distribution with mean μ\mu and variance σ2\sigma^2, i.e.,

XiN(μ,σ2),i=1,2,,n.X_i \sim N(\mu, \sigma^2), \quad i = 1, 2, \dots, n.

We are interested in finding the distribution of the sum:

Y=i=1n(Xiμσ)2.Y = \sum_{i=1}^{n} \left( \frac{X_i - \mu}{\sigma} \right)^2.

Step-by-Step Breakdown:

  1. Standardization: Each Xiμσ\frac{X_i - \mu}{\sigma} represents a standardized version of XiX_i, which follows a standard normal distribution: Zi=XiμσN(0,1).Z_i = \frac{X_i - \mu}{\sigma} \sim N(0, 1). So, Zi2Z_i^2 follows a chi-squared distribution with 1 degree of freedom: Zi2χ12.Z_i^2 \sim \chi^2_1.

  2. Sum of Chi-Squared Variables: Since each Zi2Z_i^2 is independent and follows a χ12\chi^2_1 distribution, the sum Y=i=1nZi2Y = \sum_{i=1}^{n} Z_i^2 is a sum of nn independent chi-squared random variables with 1 degree of freedom each.

  3. Distribution of YY: The sum of nn independent chi-squared random variables, each with 1 degree of freedom, follows a chi-squared distribution with nn degrees of freedom: Yχn2.Y \sim \chi^2_n.

Conclusion:

The sum Y=i=1n(Xiμσ)2Y = \sum_{i=1}^{n} \left( \frac{X_i - \mu}{\sigma} \right)^2 follows a chi-squared distribution with nn degrees of freedom: Yχn2.Y \sim \chi^2_n.

Would you like further details or have any questions?


Here are some related questions to explore further:

  1. How do you derive the degrees of freedom for a chi-squared distribution?
  2. What are the properties of the chi-squared distribution?
  3. Can this result be generalized for non-normal distributions?
  4. What is the expectation and variance of a chi-squared distribution?
  5. How does this result connect to hypothesis testing, such as in a chi-squared test?

Tip: The chi-squared distribution plays a key role in statistical inference, especially in estimating variance and testing hypotheses.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Normal Distribution
Chi-Squared Distribution

Formulas

Standardization: Z_i = (X_i - μ)/σ ~ N(0, 1)
Sum of squared standard normal variables: Y = Σ(Z_i²)

Theorems

Chi-Squared Distribution Theorem

Suitable Grade Level

Undergraduate Level (Probability and Statistics)