What is it?
The Bayes Theorem is an important rule in Probability for calculating conditional probability of an event given previous information about this event. Thomas Bayes described how to update the probability of an hypothesis , given new evidence about the same hypothesis, which can be written as:
where:
- = posterior probability - the probability of given the evidence .
- = likelihood - the probability of observing the evidence given is true.
- = prior probability - initial belief/ probability of before seeing new evidence.
- = marginal probability - the probability of under all possible hypothesis.
Multiple evidences
One can also update the probability of a hypothesis given multiple new evidences. Given the exclusive events are disjoint and (all outcomes in a sample space), the conditional probability of given an arbitrary event (or evidence) , can be written as:
This is also the traditional form of the Bayesβ formula. It combines the Law of Total Probability applied to the denominator of the single evidence form. For shortcuts, one can use the highest to determine , even if itβs not academically rigorous.