テール確率が少なくともそれほど大きいことを制限する逆チャーノフ境界があります。
すなわち、が独立した二項確率変数であり、。その後、我々は証明することができいくつかの機能のために。
テール確率が少なくともそれほど大きいことを制限する逆チャーノフ境界があります。
すなわち、が独立した二項確率変数であり、。その後、我々は証明することができいくつかの機能のために。
回答:
Here is an explicit proof that a standard Chernoff bound is tight up to constant factors in the exponent for a particular range of the parameters. (In particular, whenever the variables are 0 or 1, and 1 with probability 1/2 or less, and , and the Chernoff upper bound is less than a constant.)
If you find a mistake, please let me know.
Lemma 1. (tightness of Chernoff bound) Let be the average of independent, 0/1 random variables (r.v.). For any and , assuming ,
(i) If each r.v. is 1 with probability at most , then
(ii) If each r.v. is 1 with probability at least , then
Proof. We use the following observation:
Claim 1. If , then
Proof of Claim 1. By Stirling's approximation, where
Thus, , which is , is at least
Proof of Lemma 1 Part (i). Without loss of generality assume each 0/1 random variable in the sum is 1 with probability exactly . Note equals the sum , and .
Fix . The terms in the sum are increasing, so the terms with index each have value at least , so their sum has total value at least . To complete the proof, we show that
The assumptions and give , so the left-hand side above is at least . Using Claim 1, to bound , this is in turn at least where and
To finish we show and .
Claim 2.
Proof of Claim 2. The assumptions and imply (i) .
By definition, . By (i), . Thus, (ii) .
Substituting the right-hand side of (ii) for in gives (iii) .
The assumption, , implies , which with (iii) gives (iv) .
From it follows that (v) .
(iv) and (v) together give the claim. QED
Claim 3. .
Proof of Claim 3.
Fix such that .
The choice of implies ,
so
the claim will hold as long as .
Taking each side of this latter inequality to the power and simplifying,
it is equivalent to
Claims 2 and 3 imply . This implies part (i) of the lemma.
Proof of Lemma 1 Part (ii). Without loss of generality assume each random variable is with probability exactly .
Note . Fix .
The last terms in the sum total at least , which is at least . (The proof of that is the same as for (i), except with replaced by and replaced by such that .) QED
The Berry-Esseen theorem can give tail probability lower bounds, as long as they are higher than .
Another tool you can use is the Paley-Zygmund inequality. It implies that for any even integer , and any real-valued random variable ,
Together with the multinomial theorem, for a sum of rademacher random variables Paley-Zygmund can get you pretty strong lower bounds. Also it works with bounded-independence random variables. For example you easily get that the sum of 4-wise independent random variables is with constant probability.
If you are indeed okay with bounding sums of Bernoulli trials (and not, say, bounded random variables), the following is pretty tight.
Slud's Inequality*. Let be i.i.d. draws from a Bernoulli r.v. with , and let integer be given. If either (a) and , or (b) , then
where is the cdf of a standard normal.
(Treating the argument to as transforming the standard normal, this agrees exactly with what the CLT tells you; in fact, it tells us that Binomials satisfying the conditions of the theorem will dominate their corresponding Gaussians on upper tails.)
From here, you can use bounds on to get something nicer. For instance, in Feller's first book, in the section on Gaussians, it is shown for every that
Other than that, and what other people have said, you can also try using the Binomial directly, perhaps with some Stirling.
(*) Some newer statements of Slud's inequality leave out some of these conditions; I've reproduced the one in Slud's paper.
The de Moivre-Laplace Theorem shows that variables like , after being suitably normalised and under certain conditions, will converge in distribution to a normal distribution. That's enough if you want constant lower bounds.
For lower bounds like , you need a slightly finer tool. Here's one reference I know of (but only by accident - I've never had the opportunity to use such an inequality myself). Some explicit lower bounds on tail probabilities of binomial distributions are given as Theorem 1.5 the book Random graphs by Béla Bollobás, Cambridge, 2nd edition, where further references are given to An introduction to probability and its applications by Feller and Foundations of Probability by Rényi.
The Generalized Littlewood-Offord Theorem isn't exactly what you want, but it gives what I think of as a "reverse Chernoff" bound by showing that the sum of random variables is unlikely to fall within a small range around any particular value (including the expectation). Perhaps it will be useful.
Formally, the theorem is as follows.
Generalized Littlewood-Offord Theorem: Let , and be real numbers such that for and let be independent random variables that have values zero and one. For , suppose that for all . Then, for any ,
The exponent in the standard Chernoff bound as it is stated on Wikipedia is tight for 0/1-valued random variables. Let and let be a sequence of independent random variables such that for each , and . Then for every ,
Here, , which is the Kullback-Leibler divergence between Bernoulli random variables with parameters and .
As mentioned, the upper bound in the inequality above is proved on Wikipedia (https://en.wikipedia.org/wiki/Chernoff_bound) under the name "Chernoff-Hoeffding Theorem, additive form". The lower bound can be proved using e.g. the "method of types". See Lemma II.2 in [1]. Also, this is covered in the classic textbook on information theory by Cover and Thomas.
[1] Imre Csiszár: The Method of Types. IEEE Transactions on Information Theory (1998). http://dx.doi.org/10.1109/18.720546