From c4950dfb23d1fe8cca7cb523d9ae4ea4b4dda2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 21 Jan 2022 13:28:45 +0100 Subject: move files --- sannolikhet/Bayes' theorem.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sannolikhet/Bayes' theorem.md (limited to 'sannolikhet/Bayes' theorem.md') 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]]. -- cgit v1.2.1