correcting typos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user