Last active
August 29, 2015 13:57
-
-
Save oleiade/9713789 to your computer and use it in GitHub Desktop.
Probabilities notations for humans
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
P(this): | |
humanized: "probability of this fact to be true" | |
examples: | |
- "P(X) really means WHAT IS(The probability of this fact not to be true)" | |
P(~that): | |
humanized: "probability of that fact not to be true" | |
examples: | |
- P(~X) really means WHAT IS(The probability of that fact not to be true)" | |
|: | |
for_human: "given that" | |
examples: | |
- "P(Cancer | Positive test) really means WHAT IS(the probability that I have cancer GIVEN THAT I'm tested positive)" | |
- "P(Cancer | Negative test) really means WHAT IS(the probability that I have cancer GIVEN THAT I'm tested negative)" | |
,: | |
humanized: "combined with" | |
examples: | |
- "P(Cancer , Positive test) really means WHAT IS(the probability that I have cancer COMBINED WITH the probability I am tested positive)" | |
- "P(Cancer , Negative test) really means WHAT IS(the probability that I have cancer COMBINED WITH the probability I am tested negative)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment