-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about is_dseparated_from #160
Comments
I found a recursive behavior in
If you call |
I currently add a list
|
This is interesting, if I may interject. First of all, this isn't a legal PAG; the tail endpoints at X4 shouldn't be there in a PAG, or at least not both of them, so maybe this was obtained using background knowledge...? Second, the recursion error doesn't occur in Tetrad, even though it's also using a reachability method. Third, for a latent variable model, the right test is m-separation, not d-separation, but you should laugh at anyone who says that since they are the same algorithm (just differently interpreted). |
I have the following
GeneralGraph()
object namedD
with the following adjacency matrix (fromD.graph
) and I useis_dseparated_from
to check whether nodes0
and2
are d-separated given an empty set. The functionis_dseparated_from
seems to get stuck somewhere and it never returns. Is this expected?The text was updated successfully, but these errors were encountered: