Hypothesis testing is used to help make a decisions or idea about a given population parameter utilizing two hypothesis, a null hypothesis and a alternative hypothesis. It also uses a p-value and a significance level. The p-value which is maybe 0.01, 0.10 and 0.05 is compared to the significance level. Reject the null hypothesis if p-value is less than significance level. Fail to reject the null hypothesis if the p-value is equal to or greater than the significance level.
There are different types of hypothesis testing. Some of these tests are the Z-tests, T-tests, Chi-square and ANOVA. Z-testing and T-testing will be used for this presentation.