Back to AI Math Mind Map
中文·English
📐 AI MathID: hypothesis-testing

Hypothesis Testing

假设检验
🎯Core Definition
Hypothesis testing makes a binary decision between the null H0H_0 and the alternative H1H_1: reject H0H_0 when the test statistic falls in the rejection region. Two error types: Type I (falsely rejecting H0H_0) has probability α\alpha, Type II (missing a real effect) has probability β\beta, and power =1β= 1-\beta; the p-value is the probability of observing the current or more extreme result under H0H_0 — not the probability that H0H_0 is true.
💡Use Cases
significance in A/B testing, feature screening, paper claims; interviews typically probe the α\alpha/β\beta trade-off, p-value misconceptions, and Bonferroni vs FDR-BH corrections under multiple testing.
Key Problems Solved
running kk independent tests inflates false positives — the family-wise error rate approaches 1(1α)kkα1-(1-\alpha)^k \approx k\alpha; Bonferroni lowers each threshold to α=α/k\alpha' = \alpha/k, strictly bounding the family-wise error at α\alpha but losing power;FDR-BH instead controls the false discovery rate FDR=E[V/R]\text{FDR} = \mathbb{E}[V/R] (the fraction of false rejections), which keeps far more power when kk is in the thousands, e.g. genomics or feature screening.
🎯5 High-Frequency Exam Points
1
Define Type I error α\alpha, Type II error β\beta and power 1β1-\beta. Why does lowering α\alpha raise β\beta?
2
Precise definition of a p-value? Why is it not the probability that H0H_0 is true?
3
How does the family-wise error accumulate over kk tests? Principle and cost of Bonferroni α=α/k\alpha'=\alpha/k?
4
FWER vs FDR? The concrete steps of the Benjamini–Hochberg procedure?
5
How do α\alpha, effect size and sample size affect power? How to do power analysis / sample-size planning?
Updated 2026-08-12
🎯
Test Your Knowledge: Practice Questions for "Hypothesis Testing"
Single choice pitfall questions with instant feedback and mistake tracking.
🚀 Start Card Practice
Previous CardPoint EstimationNext CardConfidence Intervals

🔗 More AI Math Knowledge Cards

Adam/AdamW MathBayesian InferenceBias-Variance DecompositionBootstrap