1

Given $n$ distinct values $(x_i)_{i=1}^{n}$ with mean $\mu$ and standard deviation $s$, for all $i$, we have $|x_i−\mu| ≤ s \sqrt{n − 1}$. How does this inequality compare with Chebyshev inequality as $n$ increases?

Yuval Filmus
  • 276,994
  • 27
  • 311
  • 503

1 Answers1

1

Chebyshev's inequality states that $$ \Pr[|x_i - \mu| > c\sigma] < \frac{1}{c^2}. $$ Choosing $c = \sqrt{n}$, we deduce that with positive probability, $$ |x_i - \mu| \leq \sqrt{n} \cdot \sigma \text{ for all } i. $$

Yuval Filmus
  • 276,994
  • 27
  • 311
  • 503