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 for Continuous random Variables #428

Open
samagra14 opened this issue Jul 3, 2018 · 2 comments
Open

Support for Continuous random Variables #428

samagra14 opened this issue Jul 3, 2018 · 2 comments

Comments

@samagra14
Copy link
Collaborator

samagra14 commented Jul 3, 2018

Currently, the code repository supports only discrete random variables. The code should be extended to include continuous random variables. Support for some common probability density functions (for eg: Normal distribution, geometric distribution etc. ) must also be added.

@belerico
Copy link

I would like to contribute. Can you briefly tell me where to start?
Sincerely
Federico Belotti

@samagra14
Copy link
Collaborator Author

Hi @belerico
As a first step, I would like to suggest you go through the probability module from the code repo. When we work with any particular Bayesian Network, the random variables at various nodes can be both discrete as well as continuous. At present, we have assumed that the random variables represented by the nodes are discrete and hence we represent their conditional probability distributions using a categorical table. The final aim should be to enable the use of continuous random variables in the Bayesian Network.
We can begin with the support of a Gaussian Random Variable and add other distributions later on. Feel free to ping if you need any help.

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

No branches or pull requests

2 participants