You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is an algorithm that takes a PDAG and returns a DAG that is a member of the equivalence class. The algorithm returns a "consistent extension" which might have some theoretical properties I'm not aware of. I'm not sure if such a "consistent extension" exists for PAGs, but it does seem useful to be able to get an ancestral graph member of the equivalence class the PAG represents.
Describe the solution you'd like
An algorithm that takes a PAG and returns a MAG.
Describe alternatives you've considered
Or just a ancestral graph in the equivalence class, may doesn't need to be maximal.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is an algorithm that takes a PDAG and returns a DAG that is a member of the equivalence class. The algorithm returns a "consistent extension" which might have some theoretical properties I'm not aware of. I'm not sure if such a "consistent extension" exists for PAGs, but it does seem useful to be able to get an ancestral graph member of the equivalence class the PAG represents.
Describe the solution you'd like
An algorithm that takes a PAG and returns a MAG.
Describe alternatives you've considered
Or just a ancestral graph in the equivalence class, may doesn't need to be maximal.
The text was updated successfully, but these errors were encountered: