Skip to content

Commit f940790

Browse files
committed
Fix typo in expectation relationship
Resolves #19
1 parent 57ca282 commit f940790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stat-cookbook.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
% improvements.
3838
% - The patch version changes for trivial fixes, such as typos in text or
3939
% formulas.
40-
\newcommand{\version}{0.2.3}
40+
\newcommand{\version}{0.2.4}
4141

4242
% Probability and Statistics LaTeX shortcuts.
4343
\input{probstat}
@@ -512,7 +512,7 @@ \section{Expectation}
512512
\item $\E{\transform(Y)} \neq \transform(\E{X}) \qquad$
513513
(cf.~\hyperref[jensen]{\textsc{Jensen} inequality})
514514
\item $\Pr{X \ge Y} = 1 \imp \E{X}\ge\E{Y}$
515-
\item $\Pr{X=Y} = 1 \eqv \E{X}=\E{Y}$
515+
\item $\Pr{X=Y} = 1 \imp \E{X}=\E{Y}$
516516
% \item $\Pr{\lvert Y\rvert\le c} = 1 \imp \E{Y}<\infty
517517
% \wedge \lvert\E{X}\rvert\le c$
518518
\item $\E{X} = \displaystyle\sum_{x=1}^\infty \Pr{X\ge x}$ \qquad X discrete

0 commit comments

Comments
 (0)