Skip to content Skip to navigation

Connexions

You are here: Home » Content » The Chi-Square Distribution: Test of a Single Variance

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the authors

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

In these lenses

  • Bio 502 at CSUDH

    This module is included inLens: Bio 502
    By: Terrence McGlynnAs a part of collection:"Collaborative Statistics"

    Comments:

    "This is the course textbook for Biology 502 at CSU Dominguez Hills"

    Click the "Bio 502 at CSUDH" link to see all content selected in this lens.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

The Chi-Square Distribution: Test of a Single Variance

Module by: Dr. Barbara Illowsky, Susan Dean

Summary: This module provides an overview on Chi-Square Distribution Tests of Variance as a part of Collaborative Statistics collection (col10522) by Barbara Illowsky and Susan Dean.

A test of a single variance assumes that the underlying distribution is normal. The null and alternate hypotheses are stated in terms of the population variance (or population standard deviation). The test statistic is:

( n - 1 ) s 2 σ 2 ( n - 1 ) s 2 σ 2 (1)

where:

  • nn = the total number of data
  • s2s2 = sample variance
  • σ2σ2 = population variance

You may think of ss as the random variable in this test. The degrees of freedom are df=n-1df=n-1.

A test of a single variance may be right-tailed, left-tailed, or two-tailed.

The following example will show you how to set up the null and alternate hypotheses. The null and alternate hypotheses contain statements about the population variance.

Example 1

Problem 1

Math instructors are not only interested in how their students do on exams, on average, but how the exam scores vary. To many instructors, the variance (or standard deviation) may be more important than the average.

Suppose a math instructor believes that the standard deviation for his final exam is 5 points. One of his best students thinks otherwise. The student claims that the standard deviation is more than 5 points. If the student were to conduct a hypothesis test, what would the null and alternate hypotheses be?

Solution 1

Even though we are given the population standard deviation, we can set the test up using the population variance as follows.

  • HoHo: σ2=52σ2=52
  • HaHa: σ2>52σ2>52

Example 2

Problem 1

With individual lines at its various windows, a post office finds that the standard deviation for normally distributed waiting times for customers on Friday afternoon is 7.2 minutes. The post office experiments with a single main waiting line and finds that for a random sample of 25 customers, the waiting times for customers have a standard deviation of 3.5 minutes.

With a significance level of 5%, test the claim that a single line causes lower variation among waiting times (shorter waiting times) for customers.

Solution 1

Since the claim is that a single line causes lower variation, this is a test of a single variance. The parameter is the population variance, σ2σ2, or the population standard deviation, σσ.

Random Variable: The sample standard deviation, ss, is the random variable. Let ss = standard deviation for the waiting times.

  • HoHo: σ2=7.22 σ2=7.22
  • HaHa: σ2σ2<7.227.22

The word "lower" tells you this is a left-tailed test.

Distribution for the test: χ242χ242, where:

  • nn = the number of customers sampled
  • df=n-1=25 -1=24df=n-1=25 -1=24

Calculate the test statistic:

χ 2 = ( n - 1 ) s 2 σ 2 = ( 25 - 1 ) 3.5 2 7.2 2 = 5.67 χ 2 = ( n - 1 ) s 2 σ 2 = ( 25 - 1 ) 3.5 2 7.2 2 =5.67

where n=25n=25, s=3.5s=3.5, and σ=7.2σ=7.2.

Graph:

Nonsymmetrical chi-square curve with values of 0 and 5.67 on the x-axis representing the test statistic of waiting times at the post office. A vertical upward line extends from 5.67 to the curve and the area to the left of this is equal to the p-value.

Probability statement: p-value = P ( χ 2 < 5.67 ) = 0.000042 p-value=P( χ 2 < 5.67) = 0.000042

Compare αα and the p-value: α=0.05p-value=0.000042α>p-valueα=0.05p-value=0.000042α>p-value

Make a decision: Since α>p-valueα>p-value, reject HoHo.

This means that you reject σ2=7.22σ2=7.22. In other words, you do not think the variation in waiting times is 7.2 minutes, but lower.

Conclusion: At a 5% level of significance, from the data, there is sufficient evidence to conclude that a single line causes a lower variation among the waiting times or with a single line, the customer waiting times vary less than 7.2 minutes.

TI-83+ and TI-84 calculators: In 2nd DISTR, use 7:χ2cdf. The syntax is (lower, upper, df) for the parameter list. For Example 11-9, χ2cdf(-1E99,5.67,24). The p-value=0.000042p-value=0.000042.

Comments, questions, feedback, criticisms?

Send feedback