mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
[AW] Fix error in chebyshev inequality, fixes #7
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ Markov's inequality is fairly straight forward to prove, and it already allows u
|
||||
\begin{theorem}[]{Chebyshev's inequality}
|
||||
Let $\mathcal{X}$ be a random variable and $t > 0 \in\R$. Then we have
|
||||
\begin{align*}
|
||||
\Pr[|\mathcal{X} - \E[\mathcal{X}| \geq t]] \leq \frac{\text{Var}[\mathcal{X}]}{t^2} \Longleftrightarrow \Pr[|\mathcal{X} - \E[\mathcal{X}]| \geq t \cdot \sqrt{\text{Var}[\mathcal{X}]}] \leq \frac{1}{t^2}
|
||||
\Pr[|\mathcal{X} - \E[\mathcal{X}]| \geq t] \leq \frac{\text{Var}[\mathcal{X}]}{t^2} \Longleftrightarrow \Pr[|\mathcal{X} - \E[\mathcal{X}]| \geq t \cdot \sqrt{\text{Var}[\mathcal{X}]}] \leq \frac{1}{t^2}
|
||||
\end{align*}
|
||||
\end{theorem}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user