jtextor / dagitty

Graphical analysis of structural causal models / graphical causal models.
GNU General Public License v2.0
282 stars 46 forks source link

RCGs, chordality, chain graph tests, ... #1

Closed benibela closed 8 years ago

jtextor commented 8 years ago

OK, are you going to make and commit more changes (e.g. removing or fixing the lexicographicBFS function) or should I just pull this now?

benibela commented 8 years ago

You can pull it

(lexicographicBFS works and does not need to be fixed. Except perhaps that I used a hash with the node id there to track data, it might be more efficient to use the traversal_info property )