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

Support of OR statements in the observations field for the InferenceEngine query() method #127

Open
NShah19 opened this issue Aug 12, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@NShah19
Copy link

NShah19 commented Aug 12, 2021

Description

The query() method for the InferenceEngine currently supports the computation of the marginal likelihood of states in the network given observations joined by conjunctions (ANDs). Support for disjunctive observations would allow for greater insights to be gained from the network.

Context

This extension would allow for more functionality within CausalNex for examining different scenarios.

@oentaryorj
Copy link
Contributor

oentaryorj commented Sep 6, 2022

Hi @NShah19, thanks for your suggestion - this is certainly an interesting point. To our best knowledge, however, the standard notations for conditional/joint probabilities and Bayesian inference in the literature are defined based on conjunctive operation.

Would you be able to perhaps suggest a reference paper and/or use case example for us to investigate further? It might be possible to make use of the inclusion-exclusion principle to do this, but we would like to make sure that the inference mechanism is general enough if we were to implement it.

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

No branches or pull requests

4 participants