pbnt icon indicating copy to clipboard operation
pbnt copied to clipboard

Inference with probabilistic evidence?

Open giampierosalvi opened this issue 7 years ago • 0 comments

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

giampierosalvi avatar Jul 12 '17 08:07 giampierosalvi