Relation of conditional and joint probability

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
SW VandeCarr
Messages
2,199
Reaction score
77
[tex]P(A|B)=\frac{P(B|A)P(A)}{P(B)}[/tex]

[tex]P(B|A)P(A)= \frac{(P(B)\cap (P(A)) P(A)}{P(A)}=P(B)\cap P(A)=P(A)\cap P(B)[/tex]

[tex]P(A|B)=\frac {(P(A)\cap P(B))\vee (P(B)\cap P(A))}{P(B)}[/tex]

[tex]0\leq(P(A)\cap P(B))\leq P(A); P(A)\leq P(B)[/tex]

[tex]0\leq(P(B)\cap P(A))\leq P(B); P(B)\leq P(A)[/tex]
 
Last edited:
Physics news on Phys.org
No question posed. I posted inadvertently. I was practicing with the Latex preview. There's apparently no delete option for the first post.

EDIT: Since it's posted, any questions or comments are welcome. The issue is although the intersection relation commutes, there seems to be an order dependent consideration regarding the range of conditional probabilities if one takes the first term as the one with smaller marginal probability.
 
Last edited:
The general formula for

[tex] P(B \mid A) [/tex]

is

[tex] P(B \mid A) = \frac{P(B \cap A)}{P(A)}[/tex]

The notation (you use)

[tex] P(A) \cap P(B)[/tex]

is incorrect: the two exterior items are numbers, and [\itex] \cap [/itex] denotes a set operation. (I'm assuming you made a typo here).

I'm not sure what you wanted to do here:

[tex] P(A|B)=\frac {(P(A)\cap P(B))\vee (P(B)\cap P(A))}{P(B)}[/tex]

Assuming both items in the numerator were meant to be [itex]P(A \cap B)[/itex],
the numerator is simply [itex]P(A \cap B)[/itex].
 
statdad said:
Assuming both items in the numerator were meant to be [itex]P(A \cap B)[/itex],
the numerator is simply [itex]P(A \cap B)[/itex].

Thanks statdad.

I was considering the behavior of a function F(A,B)=P(A|B)

[tex]0\leq P(A\cap B)\leq P(B) if P(B)\leq P(A)[/tex]

[tex]0\leq P(A\cap B)\leq P(A) if P(A)\leq P(B)[/tex]

The form of F(A,B) is dependent on which of the marginal probabilities is larger when the marginal probabilities of A and B are unequal. Therefore, I believe it would be useful to be able to incorporate this information into a general notation. Any suggestions?
 
Last edited:
I'm still not sure what you're getting at in your final post. It is always true that

[tex] 0 \le P(A \cap B) \le P(A), \quad 0 \le P(A \cap B) \le P(B),[/tex]

regardless of which marginal is larger, since [itex]A \cap B[/itex] is always a subset of both [itex]A[/itex] and [itex]B[/itex]. You can summarize this by saying

[tex] P(A \cap B) \le \min\{P(A), P(B)\}[/tex]

Without some assumptions about how the values of [itex]P(A)[/itex] and [itex]P(B)[/itex] compare, I'm not sure much is possible.
 
statdad said:
But some assumptions about how the values of [itex]P(A)[/itex] and [itex]P(B)[/itex] compare, I'm not sure much is possible.

I'm thinking about the use of the Bayes factor (B) in hypothesis testing:

[tex]B_{10}=\frac{P(D|H_{1})}{P(D|H_{0})}=\frac{P(H_{1}|D)P(D)/P(H_{1})}{P(H_{0}|D)P(D)/P(H_{0})}=\frac{P(H_{1}\cap D)/P(H_{1})}{P(H_{0}\cap D)/P(H_{0})}[/tex]

If [tex]P(H_{1}\cap D)=P(H_{1})[/tex] and [tex]P(H_{0}\cap D)=P(H_{0})[/tex] then we get

1/1=1 ?

This is not an invalid value for B, but it seems not to take into account the relative sizes of the marginal probabilities P(H_1) and P(H_0).

EDIT: My question goes to the interpretation and theory behind the math, not the math itself, which is clear. If P(H_1) > P(H_0), both being contained entirely within the probability space of D, can we say that H_1 "explains" the data D better than H_0? If not, why not? Perhaps this is frequentist thinking. I've used Bayesian methods for conditional probabilities and MLE , but not hypothesis testing with the Bayes factor.
 
Last edited: