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

Estimation Algorithms #124

Open
cthoyt opened this issue Nov 1, 2022 · 2 comments
Open

Estimation Algorithms #124

cthoyt opened this issue Nov 1, 2022 · 2 comments
Labels
epic A "meta" issue

Comments

@cthoyt
Copy link
Member

cthoyt commented Nov 1, 2022

Ananke has several classes of estimation algorithms, depending on how "challenging" the graph is (different subclasses of acyclic directed mixed graphs (ADMGs))

Step 1 would be to wrap these, step 2 is to re-implement (if necessary)

  • A-fixable and MB-shielded:
    • Inverse probability weighting (IPW)
    • Outcome regression
    • Generalized AIPW
    • Efficient Generalized AIPW
  • P-fixable and MB-shielded:
    1. Primal IPW (p-ipw)
    2. Dual IPW (d-ipw)
    3. APIPW (apipw)
    4. Efficient APIPW (eff-apipw)
@cthoyt cthoyt added the epic A "meta" issue label Nov 1, 2022
@cthoyt
Copy link
Member Author

cthoyt commented Aug 7, 2023

CC @srtaheri @pnavada

@djinnome
Copy link
Contributor

djinnome commented Aug 7, 2023

For estimating causal inferences, we might also want to consider tractable circuit approaches.

Wang, B., & Kwiatkowska, M. (11.04.2023). Compositional Probabilistic and Causal Inference using Tractable Circuit Models. Proceedings of The 26th International Conference on Artificial Intelligence and Statistics. AISTATS.,

Causal Discussion Group video seminar

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

No branches or pull requests

2 participants