AI Features

Interpreting Hypothesis Tests

Learn how to interpret hypothesis tests.

Interpreting the results of hypothesis tests is one of the more challenging aspects of this method for statistical inference. Let’s understand the process and address some common misconceptions.

Two possible outcomes

Given a prespecified significance level α\alpha, there are two possible outcomes of a hypothesis test:

  • If the pp-value is less than α\alpha, then we reject the null hypothesis H0H_0 in favor of HAH_A.

  • If the pp-value is greater than or equal to α\alpha, we fail to reject the null hypothesis H0H_0.

Unfortunately, the latter result is often misinterpreted as accepting the null hypothesis H0H_0 ...