Conditional Probability

This is defined as the probability of an event occurring, assuming that one or more other events have already occurred. Two events, AA and BB are considered to be independent if event AA has no effect on the probability of event BB (i.e. P(BA)=P(B)P(B \vert A) = P(B)). If events AA and BB are not independent, then we must consider the probability that both events occur. This can be referred to as the intersection of events AA and BB, defined as P(AB)=P(BA)P(A)P(A \cap B) = P(B \vert A) * P(A). We can then use this definition to find the conditional probability by dividing the probability of the intersection of the two events (AB)(A \cap B) by the probability of the event that is assumed to have already occurred (event AA):

P(BA)=P(AB)P(A)\large P(B \vert A)=\frac{P(A \cap B)}{P(A)}

Let AA and BB be two events such that P(AB)P(A \vert B) denotes the probability of the occurrence of AA given that BB has occurred and P(BA)P(B \vert A) denotes the probability of the occurrence of BBgiven that AA has occurred, then:

P(AB)=P(BA)P(A)P(B)=P(BA)P(A)P(BA)P(A)+P(BAc)P(Ac)\large P(A \vert B) = \frac{P(B \vert A) * P(A)}{P(B)} = \frac{P(B \vert A) * P(A)}{P( B \vert A) * P(A) + P(B \vert A^c) * P(A^c)}

Last updated