What statistical network allows to pick where to take the values from?

23 Views Asked by At

I am looking for a mathematical framework similar to Bayesian Network that would allow me to solve next class of problems:

  • Ann and Ron are running towards one of 2 closed baskets with apples.
  • if in a basket there is an apple (we have a probability value for that) person can eat it
  • we have a probability for Ann and Ron picking basket A or B, they can pick the same one.
  • I want to know from which Ann would pick, and if there would be an apple in it?

Is it possible to solve via Bayesian Network or with what kind of network it is solvable?