📌 Sessions 9.1.5, 9.1.6 - Hypothesis Tests & Confidence Intervals

Hypothesis testing and confidence intervals are closely related. A 100(1 – α)% confidence interval for μ will lead to rejection of H₀: μ = μ₀ at significance level α if μ₀ is not inside the interval.

📎 Example: For a medicine test, suppose we test H₀: μ = 50 using x̄ = 51.3, σ = 2.5, and n = 16 at α = 0.05. The 95% CI is:

51.3 ± 1.96 × (2.5 / √16) → [50.075, 52.525]

Since μ₀ = 50 is not in this interval, we reject H₀. Thus, the CI and hypothesis test lead to the same decision.

Conclusion: Always use both the P-value and confidence interval to interpret results and assess real-world importance.

📊 Practical vs. Statistical Significance

This example demonstrates how increasing sample size can lead to rejecting the null hypothesis (H₀), even when the practical difference is negligible.

🧪 Scenario

We are testing whether the mean burning rate of a propellant differs from 50 cm/sec.

📋 Results Table

Sample Size (n) Z-score P-value Reject H₀? Practical Difference
100.630.528NoNo
251.000.317NoNo
1002.000.046YesStill minimal
10006.322.5×10⁻¹⁰YesStill minimal

🔢 7-Step Hypothesis Testing Framework

  1. Parameter of interest: Identify from the problem context.
  2. Null hypothesis H₀: State the claim to test.
  3. Alternative hypothesis H₁: Define the opposing claim (directional or non-directional).
  4. Test statistic: Choose based on data and assumptions (e.g., Z, t).
  5. Reject H₀ if...: Define critical region or α-level threshold.
  6. Computations: Plug in sample data to compute the test statistic.
  7. Draw conclusions: Reject or fail to reject H₀ and interpret in context.

This structured approach ensures careful, logical decision-making, especially when first learning about hypothesis testing.