M BUZZ CRAZE NEWS
// news

Chernoff bound with an upper bound on the expectation

By David Jones β€’
$\begingroup$

Suppose that $X$ is a sum of i.i.d Bernoulli random variables and $𝐸[𝑋]=\mu$, according to the Multiplicative Chernoff bound we have that

$Pr(𝑋 \leq (1-\delta)\mu) \leq \exp (\frac{-\delta^2}{2}\mu)$, for all $0<\delta<1.$

My question: if we are given an upper bound on the expectation instead of a lower bound i.e. $\mu=E[X]\leq \mu'$, is it still true that there exists a constant 𝑐 such that

$Pr(𝑋 \leq (1-\delta)\mu) \leq \exp (-c \delta^2 \mu')$ ?

Since it is easy to see if we are given a lower bound on the expectation i.e. $\mu' \leq E[X]=\mu$, then $Pr(𝑋 \leq (1-\delta)\mu) \leq \exp (\frac{-\delta^2}{2}\mu)\leq \exp (\frac{-\delta^2}{2}\mu')$, but if we just know an upper bound on $E[X]$ I tried to see it e.g. using stronger versions of Chernoff but couldn't ... and I want to check if it is true in the first case as I am not having any intuition ...

Thank you in advance.

$\endgroup$ 2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking β€œPost Your Answer”, you agree to our terms of service, privacy policy and cookie policy