Hoeffding inequality for the difference of two sample means?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
JanO
Messages
3
Reaction score
0
In W. Hoeffding's 1963 paper* he gives the well known inequality:

[itex]P(\bar{x}-\mathrm{E}[x_i] \geq t) \leq \exp(-2t^2n) \ \ \ \ \ \ (1)[/itex],

where [itex]\bar{x} = \frac{1}{n}\sum_{i=1}^nx_i[/itex], [itex]x_i\in[0,1][/itex]. [itex]x_i[/itex]'s are independent.

Following this theorem he gives a corollary for the difference of two sample means as:

[itex]P(\bar{x}-\bar{y}-(\mathrm{E}[x_i] - \mathrm{E}[y_k]) \geq t) \leq \exp(\frac{-2t^2}{m^{-1}+n^{-1}}) \ \ \ \ \ \ (2)[/itex],

where [itex]\bar{x} = \frac{1}{n}\sum_{i=1}^nx_i[/itex], [itex]\bar{y} = \frac{1}{m}\sum_{k=1}^my_k[/itex], [itex]x_i,y_k\in[0,1][/itex]. [itex]x_i[/itex]'s and [itex]y_k[/itex]'s are independent.


My question is: How does (2) follow from (1)?

-Jan

*http://www.csee.umbc.edu/~lomonaco/f08/643/hwk643/Hoeffding.pdf (equations (2.6) and (2.7))
 
Physics news on Phys.org
Hey JanO and welcome to the forums.

One idea I have is to let Z = X + Y and use Z instead of X in the definition.
 
Thanks Chiro for your responce.

However, I still do not understand how the term [itex](m^{-1} + n^{-1})[/itex] comes into the bound. Isn't [itex]z=\bar{x}-\bar{y}[/itex] is still bounded between [0,1]?

-Jan
 
JanO said:
Thanks Chiro for your responce.

However, I still do not understand how the term [itex](m^{-1} + n^{-1})[/itex] comes into the bound. Isn't [itex]z=\bar{x}-\bar{y}[/itex] is still bounded between [0,1]?

-Jan

Think about what happens to the variances.
 
It seems like bounded here means all most surely bounded. At least that's how Hoeffding inequality seems to be given elsewhere. I guess it then means that [itex]z=\bar{x}-\bar{y}[/itex] is bounded a.s. between [itex][\mu_x-\mu_y-\frac{1}{2}\sqrt{m^{-1}+n^{-1}}, \ \mu_x-\mu_y+\frac{1}{2}\sqrt{m^{-1}+n^{-1}}][/itex].?

Thanks again for your help!