A hypothesis test is a method for statistical inference, where the calculation of a test statistic is used to determine whether the data supports a particular hypothesis.
Hypothesis Testing is important in data science because it allows us to make better decisions and avoid Type I and II errors.
There are several common types of hypothesis testing including: T-Tests, Z-Tests, Chi-Squared Tests which utilize the corresponding t, z, and chi statistics.