Hypothesis Testing is a systematic procedure for deciding whether a population parameter, such as a mean or proportion , has changed significantly from a previously assumed value. It transforms a research question into a mathematical test of evidence.
The Null Hypothesis () represents the 'no change' or 'no effect' scenario and is always stated as an equality (e.g., ). It is assumed to be true throughout the testing process until the evidence suggests otherwise.
The Alternative Hypothesis () represents the claim for which the researcher is seeking evidence. It is expressed as an inequality, indicating that the parameter is greater than (), less than (), or simply different from () the null value.
A Test Statistic is a numerical value calculated from sample data that serves as an unbiased estimate of the population parameter. It is the primary piece of evidence used to challenge the null hypothesis.
| Feature | One-Tailed Test | Two-Tailed Test |
|---|---|---|
| Direction | Specific (increase or decrease) | Non-specific (any change) |
| Alternative | or | |
| P-value | Area of one tail | Sum of areas in both tails (double one tail) |
| Evidence | Easier to reject if direction is correct | Requires more extreme evidence to reject |
It is critical to distinguish between the Sample Statistic (the value calculated from your specific data) and the Population Parameter (the theoretical value for the entire group). Hypothesis tests use the former to make inferences about the latter.
Never 'Accept' the Null: In your conclusion, always use the phrases 'Reject ' or 'Fail to reject '. We never 'accept' because a lack of evidence for change does not prove that no change exists.
Context is King: A statistical conclusion is incomplete without context. Always link your final statement back to the original scenario (e.g., 'There is sufficient evidence to suggest the average battery life has increased').
Check the 10% Rule: When sampling without replacement, ensure the sample size is less than 10% of the population () to satisfy the independence condition.
Two-Tailed P-values: If you are performing a two-tailed test using a table, remember to double the single-tail probability to find the final p-value.
Confusing P-value with Probability of : The p-value is NOT the probability that the null hypothesis is true; it is the probability of the data occurring given that the null is true.
Setting After the Test: The significance level must be established before looking at the data to prevent bias in the decision-making process.
Ignoring Outliers: In small samples, a single outlier can drastically change the test statistic and lead to an incorrect conclusion about the population mean.