diff options
Diffstat (limited to 'sannolikhet/Bayes' theorem.md')
| -rw-r--r-- | sannolikhet/Bayes' theorem.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sannolikhet/Bayes' theorem.md b/sannolikhet/Bayes' theorem.md new file mode 100644 index 0000000..633c26f --- /dev/null +++ b/sannolikhet/Bayes' theorem.md @@ -0,0 +1,3 @@ +$$P(A|B) = \frac{P(B|A) \cdot P(A)}{P(B)}$$ + +Proof: expand the [[Conditional probability]]. |
