From: http://gradientdescending.com/simulating-data-with-bayesian-networks/ Bayesian networks are really useful for many applications and one of those is to simulate new data. Bayes nets represent data as a probabilistic graph and from this structure it is then easy to simulate new data. This post will demonstrate how to do this with bnlearn. Fit a Bayesian network Before simulating new … Continue reading Simulating data with Bayesian networks
