From 6f0a103c962af242635c89f7e3d36cd2a4159595 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Wed, 7 Aug 2019 15:09:41 +1000 Subject: [PATCH 1/1] [methods] applications of bin. dist. --- methods/statistics.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/methods/statistics.tex b/methods/statistics.tex index f2f2290..d776b4a 100644 --- a/methods/statistics.tex +++ b/methods/statistics.tex @@ -150,4 +150,8 @@ \colorbox{cas}{On CAS:} Main \(\rightarrow\) Interactive \(\rightarrow\) Distribution \(\rightarrow\) \verb;binomialPDf; \\ Input \verb;x; (no. of successes), \verb;numtrial; (no. of trials), \verb;pos; (probbability of success) + \subsection{Applications of binomial distributions} + + \[ \Pr(X \ge a) = 1 - \Pr(X < a) \] + \end{document} -- 2.47.1