16 Randomness versus causality
This chapter covers
- Laplace’s rule of succession
- The hot hand
- Recognizing randomness versus order and causality
- Simulating coin flips
- Inserting
ggplot2
objects into otherggplot2
objects
Way back in the 18th century, a French scholar and polymath by the name of Pierre-Simon Laplace developed a formula to compute probabilities starting from low observation counts. Assume there have been n independent trials that can only result in success or failure; we might then compute the probability (p) of success (s) on the next trial (n) by applying the following formula: p = s / n. However, let’s say there have been just five independent trials and five successes. The probability of success on the sixth trial would therefore ...
Get Statistics Slam Dunk now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.