correcting typos

This commit is contained in:
Morten Hjorth-Jensen
2021-09-09 08:27:06 +02:00
parent 37174bf0c6
commit dc49a4c888
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -930,14 +930,14 @@ If we combine the conditional probability with the marginal probability and the
p(X\vert Y)= \frac{p(X,Y)}{p(Y)},
\]
!et
we can rewrite this as
which we can rewrite as
!bt
\[
p(X\vert Y)= \frac{p(X,Y)}{\sum_{i=0}^{n-1}p(Y\vert X=x_i)p(x_i)}=\frac{p(Y\vert X)p(X)}{\sum_{i=0}^{n-1}p(Y\vert X=x_i)p(x_i)},
\]
!et
Which is Bayes' theorem. More text to be added here by Friday September 10.
which is Bayes' theorem. More text to be added here by Friday September 10.
!split