Replies: 2 comments 9 replies
-
Thanks for pointing this out. I'll look it up. Though the FCI, RFCI, and GFCI are from causal-cmd so it should be that docs to look into. |
Beta Was this translation helpful? Give feedback.
6 replies
-
The PAG algorithms are moved to the PAGs branch for now until we resolve this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The manual says only about simple adjacent matrix as network structure DAG or CPDAG. The elements have only 0 or 1.
But FCI, GFCI and RFCI output originaly PAG.
pcalg have the type definition in help.
The translation code from json in this repos looks treating o-> as ---, <-o as ---, o-o as ---. (i.e. CPDAG).
Is it true?
Beta Was this translation helpful? Give feedback.
All reactions