[methods] fix Bernoulli notation in midyear lecture notes
authorAndrew Lorimer <andrew@lorimer.id.au>
Mon, 5 Aug 2019 01:43:13 +0000 (11:43 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Mon, 5 Aug 2019 01:43:13 +0000 (11:43 +1000)
methods/midyear-lecture.pdf
methods/midyear-lecture.tex
index c4b8a54c28d60744510a79a607e484a68e0ebae0..d5ca7d300f045ff283dc8d7ed24772a2f1afaa93 100644 (file)
Binary files a/methods/midyear-lecture.pdf and b/methods/midyear-lecture.pdf differ
index 4bb0d1e96fcf3bc011f8bdd66a20d0a1bd08ee15..a36d13bb3d876576b91d69efdba5903aba4b0021 100644 (file)
   \[X \sim \operatorname{Bi}(n,p) \]
   
   Then, the probability values for each value of $X$ follow the rule:
-  \[ p(x) = \begin{bmatrix}n\\x\end{bmatrix}(p)^x(1-p)^{n-x} \]
+  \[ p(x) = {n \choose x}(p)^x(1-p)^{n-x} \]
 
   \subsection{Continuous random distributions}