<aside>
<img src="/icons/table_red.svg" alt="/icons/table_red.svg" width="40px" /> Table of Contents
-
Hypothesis Testing: Detailed Explanation
- Introduction to Hypothesis Testing
- Hypothesis testing is a statistical method used to make inferences or draw conclusions about a population based on sample data. It involves testing an assumption (hypothesis) to determine whether there is enough statistical evidence to support it.
- Key Terms
- Population: The entire group about which conclusions are drawn.
- Sample: A subset of the population used for analysis.
- Hypothesis: A statement or claim about a population parameter.
- Null Hypothesis ($H_0$): Assumes no effect or no difference; the default or status quo hypothesis.
- Alternative Hypothesis ($H_a$): Contradicts the null hypothesis; it represents the claim being tested.
- Significance Level ($\alpha$): The probability of rejecting the null hypothesis when it is true (Type I error). Common values: $0.05$, $0.01$, $0.10$.
-
Types of Hypotheses
- Null Hypothesis ($H_0$):
- Example: $H_0: \mu = \mu_0$ (The population mean is equal to a specific value.)
- Alternative Hypothesis ($H_a$):
- Example: $H_a: \mu \neq \mu_0$ (The population mean is not equal to the specific value.)
- Types:
- Two-tailed test: Tests for differences in both directions ($H_a: \mu \neq \mu_0$).
- One-tailed test: Tests for a difference in a specific direction ($H_a: \mu > \mu_0$ or $H_a: \mu < \mu_0$).
-
3. Errors in Hypothesis Testing
-
Type I Error ($$\alpha$$):
- Rejecting $$H_0$$ when it is true.
- Example: Convicting an innocent person.
-
Type II Error ($$\beta$$):
- Failing to reject $$H_0$$ when it is false.
- Example: Letting a guilty person go free.
-
Power of a Test:
-
The probability of correctly rejecting $$H_0$$ when it is false ($$1 - \beta$$).