Re: conditional probability
- From: "Stephen J. Herschkorn" <sjherschko@xxxxxxxxxxxx>
- Date: Thu, 21 Jul 2005 15:57:39 -0400
Tino wrote:
"Stephen J. Herschkorn" <sjherschko@xxxxxxxxxxxx> wrote in message
news:42DFE889.9080301@xxxxxxxxxxxxxxx
Tino wrote:
<>If the only information I know is that P(A), P(B), P(C), P(A and B), P(A and C) and P(B and C), (A, B and C are not independent) is there a way tocompute P(A and B and C)?
No. You need seven parameters to specify the probabilities of all the atoms (i.e., there are seven degrees of freedom), yet you give only six parameters above. You should be able to determine bounds on P(ABC).
Some pointers on how to generate an upper bound would be useful.
With binary indices, let p_ijk denote the probabilities of the atoms. I.e., letting ' denote complement, p111 = P(ABC), p110 = P(ABC'), p101 = P(AB'C), etc. You have seven linear equations in eight variables; here are three of them:
sum(j,k; p_1jk) = PA sum(k; p_11k) = P(AB) sum(i,j,k; p_ijk) = 1.
Solve for all the other p_ijk's in terms of p111. Each of these values must be between 0 and 1, inclusive. This gives you seven inequalities that p111 must satisfy.
Numerically, you can also do this by linear programming.
-- Stephen J. Herschkorn sjherschko@xxxxxxxxxxxx Math Tutor in Central New Jersey and Manhattan
.
- Follow-Ups:
- Re: conditional probability
- From: Stephen J. Herschkorn
- Re: conditional probability
- References:
- conditional probability
- From: Tino
- Re: conditional probability
- From: Stephen J. Herschkorn
- Re: conditional probability
- From: Tino
- conditional probability
- Prev by Date: Re: why did the Apollo missions all land in the same area?
- Next by Date: Re: Double limits at the infinity.
- Previous by thread: Re: conditional probability
- Next by thread: Re: conditional probability
- Index(es):
Relevant Pages
|