Hypothesis Testing Notes
Hypothesis Testing Notes
Testing
Overview
Hypothesis testing is a fundamental statistical method used to make decisions about populations based on sample data.
It provides a framework for determining whether there is enough evidence to support a particular claim about a
population parameter.
Basic Concepts
1. Null and Alternative Hypotheses
Null Hypothesis (H₀)
2. Types of Errors
Type I Error (α)
3. Test Statistics
Common test statistics include:
Based on:
Type of data
Sample size
Population parameters known/unknown
Assumptions about the population
6. Make Decision
Compare test statistic to critical value
Determine whether to reject H₀
State conclusion in context
Solution
1. State Hypotheses
2. Significance Level
α = 0.05
Critical z-values = ±1.96
z = (x̄ - μ₀)/(σ/√n)
z = (985 - 1000)/(50/√100)
z = -15/5
z = -3
4. Decision
Common Applications
1. Medical Research
Drug effectiveness
Treatment comparisons
Risk factor analysis
2. Quality Control
Product specifications
Process improvements
Defect rates
3. Social Sciences
Survey analysis
Behavioral studies
Demographic research
Practice Problems
1. A college claims its graduates earn an average starting salary of $60,000. A sample of 50 recent graduates
shows a mean salary of $58,500 with a standard deviation of $5,000. Test the claim at α = 0.05.
2. A new teaching method is claimed to improve test scores. The traditional method has a mean score of 75. A
sample of 40 students using the new method has a mean score of 78 with a standard deviation of 8. Is there
evidence the new method is better? Use α = 0.05.
2. Population Distribution
Normality requirements
Independence of observations
Homogeneity of variance
3. Practical Significance
H₀: μ = 75
H₁: μ > 75 (one-tailed)
t = (78 - 75)/(8/√40) = 2.37
Critical t (α = 0.05, df = 39) = 1.685
Decision: Reject H₀ (2.37 > 1.685)
Additional Resources
Statistical software packages (R, Python, SPSS)
Online calculators and visualization tools
Textbooks and online courses
Interactive simulation websites