Skip to content

Convert MAG to PAG #85

Open
Open
@adam2392

Description

@adam2392

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions