BidirectedEdge

class pqp.identification.BidirectedEdge(a, b)

Bases: object

A bidirected edge between two variables, represents confounding in the causal model

Parameters:
  • a (Variable) – one of the variables

  • b (Variable) – the other variable