1
16kviews
Explain conditional probability and its use in AI.
1 Answer
2
1.0kviews

In probability theory, conditional probability is a measure of the probability of an event given that (by assumption, presumption, assertion or evidence) another event has occurred.

If the event of interest is A and the event B is known or assumed to have occurred, "the conditional probability of A given B", or "the probability of A under the condition B", is usually written as P(A|B), or sometimes PB(A) where | is pronounced “given”.

Using conditional probabilities, we can have conditional information. It is mainly used for representing and reasoning with probabilistic information.

E.g. P(It will rain tomorrow | It is raining today)

It represents the conditional knowledge that it might rain tomorrow as it is raining today.

P(A|B)+P(NOT (A)|B)=1.

For example, the probability that any given person has a cough on any given day may be only 5%. But if we know or assume that the person has a cold, then they are much more likely to be coughing. The conditional probability of coughing given that you have a cold might be a much higher 75%.

The concept of conditional probability is one of the most fundamental and one of the most important concepts in probability theory. But conditional probabilities can be quite slippery and require careful interpretation. For example, there need not be a causal or temporal relationship between A and B.

P(A|B) may or may not be equal to P(A) (the unconditional probability of A). If P(A|B) = P(A) (or its equivalent P(B|A) = P(B)), then events A and B are said to be independent: in such a case, having knowledge about either event does not change our knowledge about the other event.

Also, in general, P(A|B) (the conditional probability of A given B) is not equal to P(B|A). For example, if you have cancer you might have a 90% chance of testing positive for cancer. In this case what is being measured is that if event B ("having cancer") has occurred, the probability of A (test is positive) given that B (having cancer) occurred is 90%: that is, P(A|B) = 90%.

Alternatively, if you test positive for cancer you may have only a 15% chance of actually having cancer because most people do not have cancer and the false positive rate for the test may be high. In this case what is being measured is the probability of the event B (having cancer) given that the event A (test is positive) has occurred: P(B|A) = 15%.

Please log in to add an answer.