Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
WKaiZ committed Nov 10, 2024
1 parent 3bfb10a commit 9e36571
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bayes-nets/elimination.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ Join (multiply) all the factors involving $$C$$, forming $$f_1(C, +e, T, S) = P(
Sum out $$C$$ from this new factor, leaving us with a new factor $$f_2(+e, T, S)$$, sometimes written as $$P(+e | T, S)$$.
<p>
</p>
Join all factors involving $$S$$, forming $$F_3(+e, S, T)=P(S|T) \cdot f_2(+e, T, S)$$, sometimes written as $$P(+e, S | T)$$.
<p>
</p>
Sum out $$S$$, yielding $$f_4(+e, T)$$, sometimes written as $$P(+e | T)$$.
<p>
</p>
Join the remaining factors, which gives $$f_5(+e, T) = f_4(+e, T) \cdot P(T)$$.
<p>
</p>
Expand Down

0 comments on commit 9e36571

Please sign in to comment.