pbnt
pbnt copied to clipboard
Inference with probabilistic evidence?
Hi, I am wondering if the toolkit is able to do inference with probabilisti evidence. For example, instead of specifying
engine.evidence[cloudy] = False engine.evidence[rain] = True
as in your example, specify something like
engine.evidence[cloudy] = 0.1 engine.evidence[rain] = 0.8
and then calculate the marginal probabilities of other variables.
Thank you Giampiero