CyberPoint / libpgm

A library for creating and using probabilistic graphical models
BSD 3-Clause "New" or "Revised" License
76 stars 44 forks source link

Soft evidence in libpgm #28

Open zackxconti opened 6 years ago

zackxconti commented 6 years ago

Dear authors,

Thank you for writing this useful library. I have built a discrete Bayesian network using your library. I would like to ask whether it is possible to perform inference using soft evidence, by specifying the individual state probabilites. Something like { x: [0.5, 0.2, 0.3] }

Not sure if this is the right forum to make this request. Apologies if it is not.

Cheers Zack