Re: Combining Conditional Probabilities



Thanks for clarifying this. It seems finding the bounds
will be much to complicated since I need to make a program
that will come up with approximations efficiently.

> a linear objective function subject to linear and
> quadratic constraints.

Now I'll need to think of some way of filling in the extra
degrees of freedom with naive assumptions. If all fails I
will have to resort to: P(x|a,b,c) = (P(x|a,b) + P(x|b,c))/2
which would be very unfortunate.

.