Bayes’ Theorem Definition
Bayes’ theorem is a foundational rule in probability and statistics that describes how to revise the probability of a hypothesis in the light of new evidence. It provides a formal mechanism for combining what was already believed with fresh data to arrive at an updated, more informed estimate, and it lies at the heart of the branch of statistics known as Bayesian inference.
The Formula
The theorem gives the probability of an event based on prior knowledge of conditions related to it. It is written as:
P(A|B) = [ P(B|A) × P(A) ] / P(B)
Here P(A|B) is the probability of A given that B is true, P(B|A) is the probability of B given that A is true, and P(A) and P(B) are the standalone probabilities of A and B. In practice this translates into three linked ideas: the prior probability (the initial estimate before new evidence), the likelihood (how probable the evidence is if the hypothesis holds), and the posterior probability (the revised estimate once the evidence is taken into account).
Origins and Development
The rule is named after the Reverend Thomas Bayes (1701–1761), whose paper “An Essay towards solving a Problem in the Doctrine of Chances” was published posthumously in 1763. Its modern form owes much to Pierre-Simon Laplace, who arrived at the theorem independently and applied it widely, establishing it as a central tool of statistical reasoning. Although Ronald A. Fisher was a champion of the rival frequentist school, his work on likelihood indirectly reinforced Bayesian methods.
Bayesian versus Frequentist Statistics
Bayesian statistics treats probabilities as degrees of belief that can be continually updated, in contrast to the classical (frequentist) view, which treats probability as the long-run frequency of an event and avoids prior assumptions altogether. This difference makes Bayesian methods especially flexible for modelling uncertainty, though it also invites the central criticism levelled against them (see below).
Applications
The approach is used wherever beliefs must be updated as data accumulate: estimating the probability of a disease from a test result in medical diagnosis, filtering spam in email, weighing evidence in DNA forensics, refining climate predictions, and modelling market movements in finance. In the social sciences it allows researchers to revise theories of behaviour as new survey data arrive, and in political analysis it underpins the updating of election forecasts as fresh polling comes in.
Criticisms
The main objection is that Bayesian analysis depends on the choice of prior probabilities, which is often subjective and can differ from one analyst to another. Critics argue that this subjectivity compromises objectivity, and that a poorly chosen or biased prior can distort the conclusions. Defenders reply that the ability to incorporate prior knowledge is a genuine strength, particularly when data are scarce or expensive to collect.
Relevance Today
As data multiply and computing power grows, Bayesian reasoning has spread well beyond statistics into artificial intelligence, epidemiology, and economics. Its capacity to fold new information into evolving models keeps it central to decision-making under uncertainty in an increasingly data-driven world.

