Hypothesis Testing

Explore the concept of hypothesis testing and its use cases.

Important concepts and terms

Hypothesis testing is a statistical technique used to make inferences about a population based on a data sample. In hypothesis testing, we use sample data to test a claim about a population. The claim, also known as the null hypothesis (H0H_0), is compared against an alternative hypothesis (H1H_1). By applying statistical methods, we decide whether to accept or reject the null hypothesis based on the evidence from the sample.

The null hypothesis always assumes that the effect of the ...