The Vocabulary of Bayes
Like many ideas, Bayes' Theorem introduces a new vocabulary and some adapted vocabulary. The new vocabulary consists of three terms
These definitions introduce our adapted vocabulary
Bayes' theorem can now be expressed as:
The conditional probability that the hypothesis given that the data is true equals the product of the probability of the hypothesis independent of the data and the likelihood of the data being true given that the hypothesis is true all divided by the probability of the data under any hypotheses.
Seems simple, right? It is. The difficulty is, of course, is assigning the (appropriate) numbers to the prior probability, the likelihood, and the evidence (the denominator in Bayes' theorem). In some situations, we can assign specific numbers or distributions to these values and perform the calculation "by hand." In most real world situations, we cannot calculate these values but must use a computer to help us.
But we'll discuss that problem in future.