logo

Estimation of Population Variance for Normally Distributed Groups 📂Statistical Test

Estimation of Population Variance for Normally Distributed Groups

Hypothesis Testing 1

Assume the distribution of a population with a sample size of nn follows a normal distribution N(μ,σ2)N \left( \mu , \sigma^{2} \right). The hypothesis test for the candidate σ0\sigma_{0} of the population variance is as follows.

  • H0H_{0}: σ2=σ02\sigma^{2} = \sigma_{0}^{2}
  • H1H_{1}: σ2σ02\sigma^{2} \neq \sigma_{0}^{2}

Test Statistic

The test statistic for the sample variance S2S^{2} is as follows. X2=(n1)S2σ02 \mathcal{X}^{2} = \frac{ \left( n - 1 \right) S^{2} }{ \sigma_{0}^{2} } Under the assumption that the null hypothesis is true, this test statistic follows a chi-squared distribution with degrees of freedom of (n1)(n-1).

Explanation

The hypothesis is performed through a two-tailed test to check whether X2\mathcal{X}^{2} falls between χ1α2(n1)\chi^{2}_{1 - \alpha} (n-1) and χα2(n1)\chi^{2}_{\alpha} (n-1) at a significance level of α\alpha. If X2\mathcal{X}^{2} falls within this range, the null hypothesis cannot be rejected, leading to the conclusion that the population variance is σ02\sigma_{0}^{2}. χα/22(n1)X2χ1α/22(n1) \chi^{2}_{\alpha/2} (n-1) \le \mathcal{X}^{2} \le \chi^{2}_{1 - \alpha/2} (n-1)


  1. 경북대학교 통계학과. (2008). 엑셀을 이용한 통계학: p277. ↩︎