Hypothesis Testing - Statistics
1. What is Hypothesis Testing and when do we use it? Hypothesis testing is a part of statistical analysis, where we test the assumptions made regarding a population parameter. It is generally used when we were to compare: a single group with an external standard two or more groups with each other A Parameter is a number that describes the data from the population whereas, a Statistic is a number that describes the data from a sample . 2. Terminology used Null Hypothesis: Null hypothesis is a statistical theory that suggests there is no statistical significance exists between the populations. Alternative Hypothesis: An Alternative hypothesis suggests there is a significant difference between the population parameters. It could be greater or smaller. Basically, it is the contrast of the Null Hypothesis. Note: H 0 must always contain equality(=). H a always contains difference( ≠, >, <). For example, if we...