Andrew's git
/
notes.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[methods] E(X), Var(X) and sd(X) for bin. dists
author
Andrew Lorimer
<andrew@lorimer.id.au>
Sat, 10 Aug 2019 04:58:51 +0000
(14:58 +1000)
committer
Andrew Lorimer
<andrew@lorimer.id.au>
Sat, 10 Aug 2019 04:58:51 +0000
(14:58 +1000)
methods/statistics.tex
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3731517
)
diff --git
a/methods/statistics.tex
b/methods/statistics.tex
index d776b4adce381dd8aa5b70fe7d74dba242f3cca8..4c398f00c4d32db31f36dba0a9432d3317a354d6 100644
(file)
--- 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}