Null hypothesis in statistical hypothesis testing
A null hypothesis (H0) is a baseline statement used in statistical testing that presumes no effect or no difference; it is tested against data and rejected only when evidence is strong enough.
The null hypothesis, commonly written as H0, is a formal statement used in statistics to express the default or baseline assumption about a population parameter. Conventionally it asserts that there is no effect, no change, or no difference — for example that a new treatment has the same average outcome as an existing one. This statement is treated as true unless sample data provide sufficiently strong evidence to reject it.
Role and structure
In practice the null hypothesis specifies a precise condition about one or more parameters of the underlying model. It is paired with an alternative hypothesis, which represents the presence of an effect or a difference. Tests are constructed to assess whether the data are inconsistent with the null. A test produces a test statistic and a corresponding p-value, and a decision is made by comparing that p-value to a preselected significance level (commonly denoted by the symbol α). If the p-value is smaller than α, the null is rejected; otherwise the result is reported as a failure to reject the null.
Common forms and examples
Many null hypotheses take a "no-change" or "no-difference" form. For example, H0 might state that two group means are equal, that a correlation equals zero, or that a proportion equals a specific value. Typical everyday examples include:
- In a clinical trial: H0 — the new drug has the same effect as placebo.
- In a preference study: H0 — people prefer chocolate and vanilla equally.
- In educational testing: H0 — boys and girls perform equally well on a piano test.
In parametric tests such as the t-test or z-test the null may compare a sample mean to a hypothesized population mean; in contingency-table testing the null often states that two categorical variables are independent.
Errors, power, and sidedness
Two kinds of mistakes are important when working with a null hypothesis: rejecting a true null (a Type I error) and failing to reject a false null (a Type II error). The probability of a Type I error is controlled by α. Statistical power is the probability that a test will correctly reject a false null; power increases with larger sample sizes, larger true effects, and more precise measurements. Tests can be one-sided (directional) or two-sided (non-directional), depending on whether the alternative specifies a direction for the effect.
Historical context
The terminology and practice of using a null hypothesis were popularized in the 20th century. The term is closely associated with Ronald Fisher, who emphasized the p-value as a measure of evidence, and with the later Neyman–Pearson framework, which provided a formal decision-theoretic approach distinguishing Type I and Type II errors. These historical developments shaped how scientists design experiments and interpret results in disciplines ranging from medicine to social science. See discussions of Fisher's writing for further background at Ronald Fisher.
Uses, alternatives, and practical cautions
Null-hypothesis testing is widely used for inferential decisions: regulatory approvals, quality control, A/B testing in industry, and academic research all rely on nulls and test procedures. However, it is not the only approach. Alternatives include estimation with confidence intervals, which emphasize effect size and uncertainty, and Bayesian methods, which combine prior information with data. Concerns about overreliance on p-values and reproducibility have led to calls for clearer reporting: state hypotheses and analysis plans in advance, report effect sizes and confidence intervals, and interpret a nonsignificant result as "insufficient evidence to reject H0" rather than proof of no effect.
Practical examples and further reading
When designing an experiment, explicitly state H0 and the corresponding alternative, choose an appropriate test statistic, set α, and plan for adequate sample size to achieve desired power. For concise introductions and applied guides see standard texts and online resources on hypothesis testing and experimental design. For a focused discussion of the "no-difference" formulation consult resources on no-difference hypotheses.
Understanding the null hypothesis helps researchers frame questions, choose methods, and interpret evidence while remaining aware of limitations and alternatives that may better suit particular scientific problems.
Related articles
Author
AlegsaOnline.com Null hypothesis in statistical hypothesis testing Leandro Alegsa
URL: https://en.alegsaonline.com/art/71413