A p-value measures the probability of observing a test statistic as extreme as, or more extreme than, the test statistic actually observed, given that the null hypothesis is true.
\[ p = P\left(|T| \ge |t_{\text{obs}}| \mid H_0\right) \]
If the p-value is small, it means the observed result would be unlikely if the null hypothesis were true.
A common rule is:
- If \(p \le 0.05\): reject \(H_0\) (there is evidence against the null hypothesis)
- If \(p > 0.05\): fail to reject \(H_0\) (there is not strong evidence against it)