Summary of Hypothesis Testing:

  1. Make an assumption about a population
  2. Take a random sample from the population
  3. Calculate an appropriate test statistic from the sample
  4. Identify the sampling distribution of the statistic
  5. Judge if the sample statistic is too extreme to maintain the assumption about the population.
    1. Using a critical value for the test statistic (traditional method)
    2. Using the p-value

Example:
  1. m = 5 (assumption about a population-- the null hypothesis)

  2. (suppose we know s = .05)
  3. Take a random sample of 10 observations.
  4. Calculate sample mean, say X-bar is 5.04
    At this point although we could have proceeded with X-bar as the test statistic, it is more consistent with the material to come later, to compute the corresponding z value (standard normal variate) and use it as the test statistic.
  5. Sampling distribution of the test statistic is standard normal (z)
  6. Decision:

Note: If the population variance were not known , it would have been estimated from the sample, and the appropriate test statistic would have been the student’s t rather than the standard normal distribution.