Fiveable

📊Honors Statistics Unit 9 Review

QR code for Honors Statistics practice questions

9.1 Null and Alternative Hypotheses

9.1 Null and Alternative Hypotheses

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📊Honors Statistics
Unit & Topic Study Guides
Pep mascot

Hypothesis Testing

Hypothesis testing gives you a structured way to use sample data to make decisions about a population. Instead of guessing, you set up two competing claims, collect data, and let the evidence point you toward a conclusion. This section focuses on the foundation: how to write null and alternative hypotheses and understand what they mean.

Pep mascot
more resources to help you study

Formulation of Statistical Hypotheses

Every hypothesis test starts with two competing statements about a population parameter.

The null hypothesis (H0H_0) claims that nothing new is happening. It represents the status quo or the assumption of no effect, no difference, or no change. The null hypothesis always contains an equality component (==, \leq, or \geq).

The alternative hypothesis (HaH_a or H1H_1) is the claim you're actually trying to find evidence for. It represents a change, difference, or effect, and it always contains a strict inequality (\neq, >>, or <<).

A few concrete examples:

  • A company claims its light bulbs last an average of 1,000 hours. You suspect they last fewer.
    • H0:μ=1000H_0: \mu = 1000
    • Ha:μ<1000H_a: \mu < 1000
  • A researcher wants to know if a new drug changes blood pressure compared to a placebo.
    • H0:μ=0H_0: \mu = 0 (no change)
    • Ha:μ0H_a: \mu \neq 0 (some change, in either direction)
  • A school board claims that more than 50% of parents support a new policy.
    • H0:p0.50H_0: p \leq 0.50
    • Ha:p>0.50H_a: p > 0.50

Notice that the alternative hypothesis determines the type of test: \neq gives a two-tailed test, while >> or << gives a one-tailed test. The direction of HaH_a comes from the research question, and you must set it before looking at the data.

Formulation of statistical hypotheses, Hypothesis Testing (3 of 5) | Concepts in Statistics

Interpretation of Hypothesis Symbols

  • H0H_0 denotes the null hypothesis; HaH_a (or H1H_1) denotes the alternative hypothesis.
  • Greek letters represent population parameters (the true values you're making claims about):
    • μ\mu = population mean
    • pp = population proportion
    • σ\sigma = population standard deviation
  • Subscripts distinguish between groups when comparing two populations (μ1\mu_1 vs. μ2\mu_2, for example).
  • The equality piece always belongs in H0H_0. If you see ==, \leq, or \geq, that's the null. The strict inequality (\neq, >>, <<) always belongs in HaH_a.

One thing that trips people up: hypotheses are always about population parameters, never about sample statistics. You'd write H0:μ=100H_0: \mu = 100, not H0:xˉ=100H_0: \bar{x} = 100. The sample data is what you use to test the hypothesis, not what the hypothesis is about.

Formulation of statistical hypotheses, Hypothesis Testing: One Sample | Boundless Statistics

Decision-Making in Hypothesis Testing

Once hypotheses are set, here's how the testing process works:

  1. Collect sample data relevant to the claim being tested.
  2. Compute a test statistic that measures how far your sample result is from what H0H_0 predicts. The type of test statistic depends on the situation (z-statistic for known σ\sigma or large samples, t-statistic for unknown σ\sigma with small samples, etc.).
  3. Compare to a decision rule using one of two equivalent approaches:

Critical value approach: Determine the critical value(s) from the significance level α\alpha (commonly 0.05). If the test statistic falls in the rejection region (more extreme than the critical value), reject H0H_0. Otherwise, fail to reject H0H_0.

P-value approach: Calculate the p-value, which is the probability of getting a result as extreme as (or more extreme than) your sample data, assuming H0H_0 is true. If the p-value <α< \alpha, reject H0H_0. If the p-value α\geq \alpha, fail to reject H0H_0.

  1. State your conclusion in context:
    • Rejecting H0H_0 means the data provides sufficient evidence to support HaH_a.
    • Failing to reject H0H_0 means the data does not provide sufficient evidence to support HaH_a. This is not the same as proving H0H_0 is true.

That last distinction matters. You never "accept" the null hypothesis. You either reject it or fail to reject it. Failing to reject just means your sample didn't give you enough evidence to conclude otherwise.

Statistical Inference and Interpretation

Hypothesis testing is one of the core tools of statistical inference, which is the broader process of using sample data to draw conclusions about populations.

  • Statistical significance means the result is unlikely to have occurred by random chance alone (given that H0H_0 is true). It does not automatically mean the result is practically important.
  • Confidence intervals complement hypothesis tests by giving a range of plausible values for the parameter. If a 95% confidence interval for μ\mu doesn't contain the value in H0H_0, that's consistent with rejecting H0H_0 at α=0.05\alpha = 0.05.
  • Effect size measures the magnitude of a difference or relationship. A result can be statistically significant but have a tiny effect size, which is why both matter when interpreting results.