38 total
By the end of this topic, you should be able to:
A hypothesis test is a formal statistical method for deciding whether there is enough evidence in a sample to support a particular claim about a population. Think of it like a courtroom: you start by assuming the person is innocent (no change, no effect), and you only change your mind if the evidence is strong enough.
The null hypothesis is the starting assumption — the "nothing has changed" position. It always contains an equals sign. You assume H₀ is true unless the data gives you enough evidence to reject it.
Example: H₀: p = 0.5 (the probability of getting heads is 0.5 — the coin is fair)
The alternative hypothesis is the claim you are trying to find evidence for. It represents the idea that something has changed or that a specific effect exists.
Example: H₁: p > 0.5 (the coin is biased towards heads)
The test statistic is the value you calculate from your sample data. You use it to decide whether to reject H₀. For example, it might be the number of heads in 20 coin tosses, or the sample mean from a group of measurements.
The significance level (written as α, pronounced "alpha") is the probability threshold you set before the test. It is the maximum probability of wrongly rejecting H₀ that you are willing to accept. Common values are 5% (0.05), 1% (0.01), and 10% (0.10).
The rejection region (also called the critical region) is the set of values of the test statistic for which you would reject H₀. If your observed value falls in this region, you reject the null hypothesis.
The acceptance region is the set of values for which you do not reject H₀. If the test statistic falls here, there is not enough evidence to reject H₀.
Sign in to view full notes