Hypothesis Test
  • evaluates two mutually exclusive statements about a population to determine which statement is best supported by the sample data. These two statements are called the null hypothesis and the alternative hypothesis.
  • When you perform a hypothesis test, there are two types of errors related to drawing an incorrect conclusion:
  • A test result is statistically significant when the sample statistic is unusual enough relative to the null hypothesis that you can reject the null hypothesis for the entire population. “Unusual enough” in a hypothesis test is defined by how unlikely the effect observed in your sample is if the null hypothesis is true
  • A test result is not 100% accurate because they use a random sample to draw conclusions about the entire population
  • If your sample data provide sufficient evidence, you can reject the null hypothesis for the entire population. Your data favor the alternative hypothesis

Statistical Hypothesis Test - Steps

Begin with a claim about the value of the population parameter (we will call the null hypothesis), then check whether or not the sample data provide evidence AGAINST this claim.

  1. Formulate 2 hypotheses (two mutually exclusive statements about population parameter 𝜃)
    • Null Hypothesis (𝐻0) - the value of 𝜃 corresponding to “status quo”, “common belief”, “no change”, etc. Often, 𝐻0: 𝜃 = 𝜃0(a given value)
    • Alternative Hypothesis (𝐻𝑎) - the claim the researcher is hoping to prove
  2. Compute the null distribution of 𝐻0
  3. Compute 𝑡𝑒𝑠𝑡-𝑠𝑡𝑎𝑡𝑖𝑠𝑡𝑖𝑐 of sample data using the null distribution
  4. Determine whether to reject the 𝐻0 in either 2 ways:
    1. Critical Value Method
      • Choose a significance level (𝛼) such as 0.05
      • Compute 𝑐𝑟𝑖𝑡𝑖𝑐𝑎𝑙-𝑣𝑎𝑙𝑢𝑒 by using the null distribution and significance level
      • Compare 𝑡𝑒𝑠𝑡-𝑠𝑡𝑎𝑡𝑖𝑠𝑡𝑖𝑐 with the 𝑐𝑟𝑖𝑡𝑖𝑐𝑎𝑙-𝑣𝑎𝑙𝑢𝑒(𝑠):
        • 2-Sided Hypothesis Test - if 𝑡𝑒𝑠𝑡-𝑠𝑡𝑎𝑡𝑖𝑠𝑡𝑖𝑐 is outside the interval of [𝑙𝑜𝑤𝑒𝑟-𝑐𝑟𝑖𝑡𝑖𝑐𝑎𝑙-𝑝𝑜𝑖𝑛𝑡, 𝑢𝑝𝑝𝑒𝑟-𝑐𝑟𝑖𝑡𝑖𝑐𝑎𝑙-𝑝𝑜𝑖𝑛𝑡] the 𝐻0is rejected
        • 1-Sided Upper Hypothesis Test - if 𝑡𝑒𝑠𝑡-𝑠𝑡𝑎𝑡𝑖𝑠𝑡𝑖𝑐 is GREATER than 𝑐𝑟𝑖𝑡𝑖𝑐𝑎𝑙-𝑣𝑎𝑙𝑢𝑒, then the 𝐻0is rejected
        • 1-Sided Lower Hypothesis Test - if 𝑡𝑒𝑠𝑡-𝑠𝑡𝑎𝑡𝑖𝑠𝑡𝑖𝑐 is LESS than 𝑐𝑟𝑖𝑡𝑖𝑐𝑎𝑙-𝑣𝑎𝑙𝑢𝑒, then the 𝐻0is rejected
    2. P-Value Method
      • Compute the probability of 𝑡𝑒𝑠𝑡-𝑠𝑡𝑎𝑡𝑖𝑠𝑡𝑖𝑐 (i.e. probability of seeing sample data) under the assumption that 𝐻0is true

Info

Statistical Hypothesis Test - Reject or Fail to Reject Null Hypothesis

Statistical Hypothesis Test - Type I Error & Type II Error

Statistical Hypothesis Test - Types

Subpages

Resources