Introduction to Statistics
George Boorman
Curriculum Manager, DataCamp
Coin Flip | Result |
---|---|
1 | 0 |
2 | 0 |
3 | 0 |
4 | 1 |
5 | 0 |
6 | 0 |
7 | 1 |
8 | 0 |
9 | 1 |
10 | 1 |
Probability distribution of the number of successes in a sequence of independent events
For example, the number of heads in a sequence of coin flips
Described by $n$ and $p$
${Expected \ value} = n \times p$
Expected number of heads out of 10 flips $= 10 \times 0.5 = 5$
If we don't know $p$, but know $n$ and the expected value:
${p} = \frac{expected \ value}{n} $
The binomial distribution is a probability distribution of the number of successes in a sequence of independent events
The binomial distribution is a probability distribution of the number of successes in a sequence of independent events
Probabilities of second event are altered due to outcome of the first
If events are not independent, the binomial distribution does not apply!
The binomial distribution can be used for independent events producing binary outcomes
Introduction to Statistics