probml / pmtk3

Probabilistic Modeling Toolkit for Matlab/Octave.
MIT License
1.55k stars 797 forks source link

Uncertain evidence in Bayesian Networks #130

Open gsaponaro opened 7 years ago

gsaponaro commented 7 years ago

How can I enter a probabilistic evidence (instead of a deterministic one) into a Bayesian Network in pmtk3? I would like to give uncertain evidence to a node, for instance "T with 80%, F with 20%" to the Rain node in the Rain - Sprinkler - Grass wet example.

Sorry if this has been asked before.