Closed gchenfc closed 2 years ago
Hey @gchenfc - I'll be traveling but if you feel confident just create a PR with the corrections? I'll then approve and merge, and fix any issues with rendering, if any. I recommend editing in VS code, and make sure all figures are rendered before you commit.
Thanks for flagging this, @gchenfc ! I edited this now - will be live soon.
In Section 3.4.1, the Bayes Net indicates the conditional $P(W | X, \textbf{Z}) $ whereas the table describing the posterior
P(X, Y | w, z)
uses conditional $P(W | X, \textbf{Y})$:Bayes Net:
Table describing the posterior
P(X, Y | w, z)
:And also in Exercise 1 (3.4.1.1),
If the Bayes Net is supposed to be $P(W | X, Y)$ then this makes sense / can factorize, but if it's supposed to be $P(W | X, Z)$, then I think the exercise should read "... $\mathcal{Z}=(X, Z)$, the posterior $P(W, Y | X, Z)$ factors..."
Perhaps I misunderstood the exercise, but I think I am correctly understanding (that conditioning on a separating set of variables disconnects the graph to allow efficient factorization) based on the "hint" in exercise 3: