STAT1003 β Statistical Techniques
Dr. Emi Tanaka
Australian National University
These slides are best viewed on a modern browser like Google Chrome on a desktop or laptop. Some interactive components may require some time to fully load.
or (B) head 
\[X = X_1 + X_2 + \cdots + X_n \sim B(n, p)\]
Probability mass function:
\[P(X = x) = \binom{n}{x} p^x (1-p)^{n-x}\]
Suppose I flip an unbiased coin 10 times (so \(n = 10, p = 0.5\)).
Simulating coin flips and count the number of heads
\[X \sim B(n, p)\]

STAT1003 β Statistical Techniques