Chapter 12: Inference on Categorical Data

Section 12.1: Goodness-of-Fit Test

Knowledge Prerequisites

  1. declarative knowledge (definitions)
    1. Section 1.1:
      • statistic
      • parameter
      • categorical data
    2. Section 2.2:
      • skewed right distributions
      • normal distributions
    3. Section 9.2:
      • degrees of freedom
    4. Chapter 10:
      • most of the chapter
  2. procedural knowledge
    1. Section 6.1:
      • mean of discrete random variable (a.k.a., expected value)
    2. Section 7.2:
      • how to calculate critical value, zα [Analogous to calculating χα2]
    3. Chapter 10:
      • most of the chapter
    4. Section 11.1:
      • six steps to conduct a hypothesis test
      • calculate the test-statistic using the TI83/84
  3. conditional knowledge
    1. Section 1.3:
      • explain why a random sample is preferred over a convenient sample
    2. Section 5.1:
      • know how to interpret probabilities
    3. Chapter 10:
      • most of the chapter
    4. Section 11.1:
      • identify hypothesis test using one sample and a hypothesis test using multiple samples
      • explain the meaning of P-value and α-level
      • explain why you cannot accept H0

Learning Goals

  1. declarative knowledge (definitions)
    1. Chi-squared distribution
    2. properties of the chi-squared distribution
    3. χ2-statistic
    4. goodness-of-fit test
    5. observed counts, Oi
    6. expected counts, Ei
  2. procedural knowledge
    1. calculate expected counts [using the formula given below]
    2. six steps to conduct a goodness-of-fit test
    3. calculate the χ02-statistic [using the formula given below]
    4. calculate the critical value, χα2, using the TI83/84
  3. conditional knowledge
    1. identify the conditions needed to perform goodness-of-fit test
    2. interpret the results of a goodness-of-fit test
    3. explain what it means to make Type I and Type II errors in a hypothesis test

Chapter 12: Required Formulas – Need to Know for Tests

  1. Expected Counts: Ei = μi = npi, for i = 1, 2, ..., k
  2. Chi-Squared Test Statistic: formula to calculate Chi-Squared Test Statistic, for i = 1, 2, ..., k
  3. Reject H0: χ02 > χα2
  4. Fail to Reject H0: χ02 ≤ χα2