I got stuck with the following problem which seemed not to be very complicated at the beginning!
I would like to compute the CDF of a Binomial distribution, \begin{equation*} F(\ell;n,q) = \sum_{k=0}^{\ell} \binom{n}{k} q^k (1-q)^{n-k} \end{equation*} where $\ell$ is the solution of \begin{equation*} \sum_{k=0}^{\ell} \binom{n}{k} = 2^{\alpha n}. \tag{*} \end{equation*} for some fixed $0 < \alpha \le 1$.
Of course the exact value of $F(\ell;n,q)$ is not important (and I guess it is not possible to compute). I would like to know whether $F(\ell;n,q)$ goes to $0$ as $n \to \infty$ or not?
One way to see this is to check whether $\ell > n q$ or not. However, I cannot see how one can know this given (*). More precisely, I guess there should be a relatively simple criterion that tells us whether the CDF goes to $0$ or not (as $n$ gets large) by comparing $\alpha$ and $q$ (or perhaps $h_2(q)$, ...)
Any ideas?
Thanks in advance!