“Time, it took the most of me
And left me with no key
To unlock the chest of remedy“
Let I(⋅) be the set of all conditional independencies consistent with the input graph/input distribution.
Independence Map (I-Map): Graph G is an independence map for distribution p if I(G)⊆I(p). Intuitively, that means p has at least the conditional independencies implied by the graph.
Perfect Map (P-Map): Graph G is a perfect map for distribution p if I(G)=I(p). For a given undirected graph or a given undirected graph, there always exists some p such that G is a perfect map for p.
__Minimal I-Map:GraphGisaminimalI−mapforpifGisanI−mapandremovinganyedgesfromthegraphcausesG$$ to lose its status as an I-map.
To make these terms concrete, consider the following directed graph G:
X1→X3←X2Suppose $$P(X_1, X_2, X_3) = P(X_1) P(X_2) P(X_3 | X_1, X_2).ThenG$$ is a P-map. |