What is Hypothesis Testing?
Hypothesis testing is a statistical method that is used to make decisions about the population parameters based on sample data.
- Null hypothesis (H₀): Assumes no effect or no difference.
- Alternative hypothesis (H₁): Suggests there is an effect or a difference.
Steps in Hypothesis Testing
- Formulate H₀ and H₁.
- Choose a significance level (α).
- Collect data and calculate the test statistic.
- Compute the p-value.
- Compare the p-value with α and make a decision.