Overview
Hypothesis testing is a statistical method for making decisions about populations based on sample data. Standard deviation plays a crucial role in determining whether observed differences are statistically significant or just due to random chance.
State Hypotheses
Choose Significance Level
Calculate Test Statistic
Compare to Critical Value
Make Decision
Z-Test
Use a Z-test when you know the population standard deviation (σ) and have a large sample size (n ≥ 30).
Z-Test Statistic
Example
T-Test
Use a t-test when you don't know the population standard deviation and must estimate it from the sample (using s instead of σ).
T-Test Statistic
When to Use T-Test vs Z-Test
Standard Error
The standard error (SE) measures how much sample means vary from the population mean. It's the key link between standard deviation and hypothesis testing.
Standard Error of the Mean
The standard error decreases as sample size increases. Larger samples give more precise estimates and make it easier to detect true differences.
Statistical Significance
A result is statistically significant when the probability of observing it by chance (p-value) is below your chosen threshold (α).
If p-value < α
If p-value ≥ α
Statistical vs Practical Significance