- Hypothesis testing is a procedure that uses samples from a population to make an assumption about that population.
- Even if the sample you choose seems to support your hypothesis, you can’t conclude that your hypothesis is correct
- You have no way of knowing your sample is representative of the overall population; you might have sampled extreme observations
- Hypothesis tests use the sample size and various statistics from the sample (i.e. mean, variance) to determine whether we have enough evidence to support our conclusion (reject the null hypothesis) or not (fail to reject the null hypothesis).
Let’s explore the use of Hypothesis Testing with an example!