I want to calculate $P(x\mid AB)$ where $AB$ is a condition in which both $A$ and $B$ occur.
I know the following data points:
$P(x\mid A)$
$P(x\mid B)$
$P(A\mid B) =$ I can estimate a number. It's not $P(A)$ since there is some dependence between $A$ and $B$.
$P(B\mid A) =$ I can estimate a number. It's not $P(B)$ since there is some dependence between $A$ and $B$.
If necessary, I can also estimate the following:
$P(A)$
$P(B)$
$P(x)$
Is there a way for me to calculate $P(x\mid AB)$?
In case it matters, $x$, $A$, and $B$ are all binary events, either something happens or it doesn't.
Separately, is there a way to generalize this since I am also trying to estimate $P(x\mid ABCD)$ where $C$ and $D$ follow similar rules as $A$ and $B$ as described above.
Thanks for the help!