paulgovan / BayesianNetwork

Bayesian Network Modeling and Analysis
http://paulgovan.github.io/BayesianNetwork/
Apache License 2.0
119 stars 38 forks source link

Bayesian Inference #1

Closed paulgovan closed 8 years ago

paulgovan commented 8 years ago

I would love to be able to implement Bayesian Inference in this app as described here http://www.bnlearn.com/documentation/man/cpquery.html

See my first (poor) attempt in server.r lines 289-304 and ui.r lines 177-213

paulgovan commented 8 years ago

Inference (univariate) is now supported.