Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Applied Statistics

Chi-Square Distribution

Suppose a sample of size nn is drawn from a normal population. The chi-square statistic can be calculated using:

χ2=νs2σ2\chi^2 = \frac{\nu s^2}{\sigma^2}

Here:

  • ν\nu - degrees of freedom
  • s2s^2 - sample variance
  • σ2\sigma^2 - population variance

When sampling is done for an infinite number of times, and by calculating the chi-square statistic for each sample, the sampling distribution for the chi-square statistic can be obtained. It is then called the chi-square distribution.

  • To model how sum of sample variances behave
  • Skewed for ν<3\nu < 3
  • Always positive

Usually, the degrees of freedom is ν=n1\nu = n - 1.

As ν\nu increases, the chi-square distribution approaches a normal distribution.

The mean is μ=ν\mu = \nu.

The variance is σ2=2ν\sigma^2 = 2\nu.