Summary
Highlights
The level of significance, denoted as alpha (α), is a given value (e.g., 1%, 5%, or 10%) that indicates the probability of rejecting the null hypothesis when it is actually true.
The alternative hypothesis dictates the type of test: a 'less than' symbol implies a left-tailed test, a 'greater than' symbol implies a right-tailed test, and a 'not equal to' symbol implies a two-tailed test.
Every hypothesis test involves a null hypothesis (H₀) with an equal sign and an alternative hypothesis (H₁ or Hₐ) which can be less than, greater than, or not equal to. The phrasing of the test determines which symbol to use for the alternative hypothesis.
Both traditional and p-value methods rely on a test statistic, which is a Z-number calculated using specific formulas depending on whether you're testing proportions (e.g., (p̂ - p) / sqrt(p*q/n)) or means (e.g., (x̄ - μ) / (σ/√n)).
The traditional method specifically uses critical values, which are Z-numbers that define the rejection regions. These values are determined by the given alpha level and the type of tailed test. For two-tailed tests, alpha is split between the two tails.
The final step involves comparing the calculated test statistic to the critical value(s). If the test statistic falls within the critical region (the shaded area), the null hypothesis is rejected. Otherwise, we fail to reject the null hypothesis, meaning there isn't enough evidence to support the alternative hypothesis.