Open
Description
Is your feature request related to a problem? Please describe.
A MAG is a mixed-edge graph with directed and bidirected edges and has the 'maximality' property.
This is a sub-procedure of #73 and will enable that to function properly.
Describe the solution you'd like
Implement a function mag_to_pag
, which takes in a valid MAG and outputs the corresponding PAG.
Additional context
@aryan26roy if you're still interested, this can be the next step before revisiting #73.
I presume tetrad has a function written in java. More importantly, the paper linked in the issue for #73 should contain the relevant algorithm written in the paper to convert a MAG to a PAG.
Metadata
Metadata
Assignees
Labels
No labels