Bayes' Theorem: What's It All About?
Bayes’ Theorem might seem complex due to the similarity of the terms used. It contains four probability values which are , , and . Let's break it down:
...(1)
The key to understanding the theorem is in grasping the relationship between (pre-probability) and (post-probability).
The Essence of Bayes' Theorem
Bayes’ Theorem is all about updating the confidence or credibility of an event having occurred, based on new information.
Why is Bayes' Theorem Often Misunderstood?
Understanding Bayes' Theorem requires shifting our traditional perspective of 'probability'. If we think of probability as 'confidence in an argument', we align ourselves more with Bayesianism than frequencyism.
Terminology
In addition, let's find out what and are in the formulas in Equation (1).
In Equation (1),stands for Hypothesis and means a hypothesis or “argument that an event has occurred.”
In addition, in Equation (1), stands for Evidence and means 'new information'.
Therefore, means the reliability of the claim that an event has occurred, andmeans the reliability updated after receiving new information.
And and are called pre-probability and post-probability, respectively, and if you think of the words pre- and post-probability, you can understand what happens, that is, ”evidence, and trust in my claim before and after updating it.”

From Deductive to Inductive Inference: A Paradigm Shift
The real game-changer with Bayes' Theorem is that it brought a fundamental paradigm shift to statistics. Unlike traditional statistics which relies on deductive reasoning, Bayesian statistics is based on updating prior probabilities using additional information. This is an inductive reasoning method.
Understanding Bayes' Theorem through Problem Solving
Let's solve a problem to see how Bayes Theorem updates the credibility of an event based on new information.
Example
Let's say disease A has an incidence rate of 0.1%. A test for this disease has a sensitivity of 99% and a specificity of 98%. If a person tests positive for this disease, what's the probability they truly have it?
Solution
Defining Hypothesis as the person having the disease and Evidence as the test result, the initial probability or pre-probability () is the incidence rate, 0.001. The test's sensitivity and specificity correspond to the True Positive () and True Negative () rates respectively.

Using equation (2):
...(2)
The updated probability or post-probability () is then:
...(3)
This means that there's a 4.7% probability that the person truly has the disease despite testing positive.
Example 2
What if the same person tests positive for the disease a second time? What's the probability they truly have it now?
Solution
In this case, the first test's post-probability becomes the second's pre-probability. This reflects the iterative nature of Bayesian inference where prior probabilities are continually updated with new evidence.

Reapplying equation (2), the updated post-probability is:
...(4)
This means that the confidence that the person truly has the disease increases to approximately 70% after the second positive test.