Prerequisites
- Exponential Growth/Decay
- Likelihood Ratio
Step-by-Step Derivation
From part (c), the decision rule is to guess heads if:
(1−θ1)kθ1n−kα>θ2k(1−θ2)n−k(1−α)
We are given two conditions:
- Symmetric error rates: θ1=θ2=θ
- The report sequence is all heads: This means k=n and n−k=0.
Substituting these conditions into the rule:
(1−θ)nθ0α>θn(1−θ)0(1−α)
(1−θ)nα>θn(1−α)
Assuming θ>0, we can rearrange this to form a likelihood ratio:
(θ1−θ)n>α1−α
This is the simplified decision rule for guessing heads under these specific conditions.