Skip to content

Commit

Permalink
Fix typo in expectation relationship
Browse files Browse the repository at this point in the history
Resolves #19
  • Loading branch information
mavam committed May 15, 2017
1 parent 57ca282 commit f940790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stat-cookbook.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
% improvements.
% - The patch version changes for trivial fixes, such as typos in text or
% formulas.
\newcommand{\version}{0.2.3}
\newcommand{\version}{0.2.4}

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

0 comments on commit f940790

Please sign in to comment.