α = P(T ∈ C | H0) ; β = P(T ∉ C | H1)
1 − β
读作:误报的概率、漏检的概率,和抓到真差异的本事。Read it as: The false-alarm rate, the miss rate, and the power to catch a real difference.
- α 拒真的第一类错误概率Type I error: rejecting a true null
- β 取伪的第二类错误概率Type II error: failing to reject a false null
- C 拒绝域rejection region
何时用:Use it when: 在检验前平衡误报风险、漏报风险与发现真实差异的能力。You must balance false alarms, misses, and the ability to detect a real difference before collecting data.
⚠ ✗ 只把 α 调小,却不检查功效 → ✓ 同时评估 β、效应量与样本量。✗ Tighten α without checking power → ✓ Evaluate β, effect size, and sample size together.