Bayes Theorem Review
Collapse Content
Show Content
In the previos node, you figured out Bayes Theorem and used it to calculate the probability of your coin being weighted knowing that it landed on heads. You did this by looking at the fraction of heads probabilities which came from weighted coins. We will now look at this formula more closely.
(Hover over the parts of Bayes Theorem for more info.)
Probability coin is Weighted given it landed on Heads. | |
P(W|H) = | |
Probability coin lands on Heads given that it's Weighted. * prior Probability coin is weighted over the total Probability coin will land on Heads.. |
|
P(H|W)*P(W) |
|
The prior Probability of landing on Heads is the combined Probability of getting Heads from a Weighted coin and a non-weighted coin. | |
P(H) = P(H|W)*P(W) + P(H|¬W)*P(¬W) |
In our example, 10% of coins were weighted and had an 80% chance of landing on heads. They make up 15% of the total prior head probabilites, P(H). See chart: