Extend 'given_prob' method for symbolic probability and multiple evidences

Issue #83 resolved
Pierre Denis repo owner created an issue

The given_prob method should be extended:

  • to accept symbolic probability for p argument, e.g. p='p' (currently, this raises exception "TypeError: cannot determine truth value of Relational");
  • to accept multiple evidences as arguments, interpreted as an AND, similarly to given method.

Comments (2)

  1. Log in to comment