Skip to content
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

Implement effect estimation for CPDAGs #50

Open
this-is-sofia opened this issue Jul 12, 2024 · 0 comments
Open

Implement effect estimation for CPDAGs #50

this-is-sofia opened this issue Jul 12, 2024 · 0 comments

Comments

@this-is-sofia
Copy link
Member

Currently, we implemented causal effect estimation which is guaranteed to be unbiased (and even variance minimizing) for directed acyclic graphs (DAGs): regressing on all parents. However, this does not work if an adjacent edge is undirected. Therefore, we have to implement causal effect estimation using valid adjustment sets in completed partially directed acyclic graphs (CPDAGs) which are the output of the PC algorithm, see for example: https://www.jmlr.org/papers/v21/20-175.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant