2000 character limit reached
An Instance-Based Algorithm for Deciding the Bias of a Coin (2011.05502v1)
Published 11 Nov 2020 in cs.DS
Abstract: Let $q \in (0,1)$ and $\delta \in (0,1)$ be real numbers, and let $C$ be a coin that comes up heads with an unknown probability $p$, such that $p \neq q$. We present an algorithm that, on input $C$, $q$, and $\delta$, decides, with probability at least $1-\delta$, whether $p<q$ or $p>q$. The expected number of coin flips made by this algorithm is $O \left( \frac{\log\log(1/\varepsilon) + \log(1/\delta)}{\varepsilon2} \right)$, where $\varepsilon = |p-q|$.