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

Extension to InferenceEngine query() method for joint probabilities #126

Open
NShah19 opened this issue Aug 12, 2021 · 1 comment
Open
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 baseline marginals such as P(X) but does not allow for the computation of joint probabilities such as P(X, Y, Z).

Context

In a causal network, we are often concerned with the relationships between nodes and the probabilities of two simultaneous events. While joint probabilities can be calculated with the current API they do require considerable additional computation and the additional functionality of such an extension to the query() method would be of considerable benefit to the community.

Possible Implementation

Mathematically, P(X, Y, Z) can be calculated from P(X|Y,Z)P(Y|Z)P(Z)

@ElisabethSesterHussQB
Copy link
Contributor

Thank you for the push! We have implemented a new method to compute joint distributions. This new feature will be part of the next release and hopefully available soon!

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