Hypothesis Testing & P-Values (Beginner Friendly) in Data Scientist
Hypothesis Testing
I treat hypothesis testing like a courtroom.
- Null hypothesis: “nothing changed”
- Alternative: “something changed”
- p-value: how surprising results are if null is true
Related: Confidence Intervals

