From 328a7e04074c85541b85953aba6034694418d114 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Sat, 10 Aug 2019 14:58:51 +1000 Subject: [PATCH] [methods] E(X), Var(X) and sd(X) for bin. dists --- methods/statistics.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/methods/statistics.tex b/methods/statistics.tex index d776b4a..4c398f0 100644 --- a/methods/statistics.tex +++ b/methods/statistics.tex @@ -154,4 +154,16 @@ \[ \Pr(X \ge a) = 1 - \Pr(X < a) \] + \subsection{Expected value of a binomial distribution} + + \[ E(X \sim \operatorname{Bi}(n,p))=np \] + + \subsection{Variance} + + \[ \sigma^2(X) = np(1-p) \] + + \subsection{Standard deviation} + + \[ \sigma(X) = \sqrt{np(1-p)} \] + \end{document} -- 2.47.1