Specifically, say I have two events, A and B, and some distribution parameters $ \theta $, and I'd like to look at $P(A | B,\theta)$.
So, the simplest definition of conditional probability is, given some events A and B, then $P(A|B) = \frac{P(A \cap B)}{P(B)}$. So if there are multiple events to condition on, like I have above, could I say that $P(A | B,\theta) \stackrel{?}{=} \frac{P((A | \theta)\cap(B | \theta))}{P(B|\theta)}$ or am I looking at the in totally the wrong way? I tend to psych myself out when I deal with probability sometimes, I'm not really sure why.