Skip to content

Instantly share code, notes, and snippets.

@oleiade
Last active August 29, 2015 13:57
Show Gist options
  • Save oleiade/9713789 to your computer and use it in GitHub Desktop.
Save oleiade/9713789 to your computer and use it in GitHub Desktop.
Probabilities notations for humans
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