NEET PG High-Yield: Hypothesis Testing
Hypothesis testing is the cornerstone of inferential statistics. It provides a formal framework for making decisions about populations based on sample data.
Core Definitions
| Hypothesis | Description |
|---|---|
| Null ( |
States there is no difference or no effect. We start by assuming this is true. |
| Alternative ( |
States there is a significant difference or effect (what we aim to prove). |
High-Yield NEET PG Pearls:
- Type I Error (
): Rejecting the null hypothesis when it is actually true (False Positive).
- Type II Error (
): Failing to reject the null hypothesis when it is actually false (False Negative).
- Power of a Study (
): The probability of correctly rejecting the null hypothesis when the alternative is true.
- P-value: The probability of obtaining the observed results (or more extreme) assuming the null hypothesis is true. If
, we reject the null hypothesis.