SLIDE 4 Hypothesis Testing Estimation Basic Theory Asymptotics
Basic Setup
We begin with the simplest setup – binary hypothesis testing:
1 Two hypotheses regarding the observation X, indexed by θ ∈ {0, 1}:
H0 : X ∼ P0 (Null Hypothesis, θ = 0) H1 : X ∼ P1 (Alternative Hypothesis, θ = 1)
2 Goal: design a decision making algorithm φ : X → {0, 1} , x → ˆ
θ, to choose one of the two hypotheses, based on the observed realization
- f X, so that a certain cost (or risk) is minimized.
3 A popular measure of the cost is based on probability of errors:
Probability of false alarm (false positive; type I error): αφ ≡ PFA (φ) ≜ P {H1 is chosen | H0} . Probability of miss detection (false negative; type II error): βφ ≡ PMD (φ) ≜ P {H0 is chosen | H1} .
4 / 50 I-Hsiang Wang IT Lecture 8 Part II