graphical_models.classes.mags.ancestral_graph.AncestralGraph.msep

AncestralGraph.msep(A: Set[Hashable], B: Set[Hashable], C: Set[Hashable] = {}) bool[source]

Check whether A and B are m-separated given C, using the Bayes ball algorithm.

Parameters
  • A – Set

  • B – Set

  • C – Set

See also

msep_from_given

Examples

TODO