When are 2 variables in a Bayesian network independent

2.1k Views Asked by At

Given the following bayesian network:

enter image description here

Now I have to verify if $P(A, I) = P(A) * P(I)$ holds in this network. I know that $P(A, I) = P(A | I) * P(I)$ and I also know that $P(A|I) = P(A)$ if A and I are independent. But this does only hold when A and I are absolute independent. Bayesian networks model the conditional independence between different variables, but how can I check the absolute independence as in this case in such a network? I'm quite confused on how this conditional independence and absolute independence relate to each other?

1

There are 1 best solutions below

0
On