Created
November 27, 2014 16:34
-
-
Save tristanpendergrass/f64f51c3dc2e3dc83d31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenario 1: | |
Predictor says there is an x% chance of a coin A coming up heads. | |
We flip it once and see the result. | |
At this point what can we say about the "accuracy" of the predictor? | |
Scenario 2: | |
Predictor says there is an x% chance of coin B coming up heads. | |
We flip coin B many times and see all the results. | |
At this point what can we say about the "accuracy" of the predictor? | |
Scenario 3: | |
Predictor says there is an x% chance of coin C coming up heads, y% for coin D, and z% for coin E (they are all different coins with possibly different weightings). | |
We flip all the coins once and see all the results. | |
At this point what can we say about the "accuracy" of the predictor? | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment