BAYES' THEOREM

Back to Glossary

Definition

A probability formula that updates the likelihood of an event based on new information.


Summary

Bayes' Theorem is a fundamental mathematical formula in probability theory that allows us to update our beliefs about the likelihood of an event when we receive new evidence. Named after Thomas Bayes, it mathematically expresses how prior knowledge combined with new data should change our confidence in a hypothesis. The theorem is expressed as P(A|B) = P(B|A) × P(A) / P(B), where P(A|B) is the probability of event A given that B has occurred. This 'updating' process is crucial in many fields including statistics, machine learning, medical diagnosis, and decision-making under uncertainty.

Usage Context

Essential for understanding conditional probability, statistical inference, hypothesis testing, machine learning algorithms (especially naive Bayes classifiers), medical diagnosis interpretation, and any situation involving updating beliefs with new evidence.

Common Confusions

  • Confusing P(A|B) with P(B|A) - thinking they're the same thing
  • Forgetting to calculate or use the prior probability P(A)
  • Misunderstanding what constitutes 'new evidence' in the formula
  • Thinking Bayes' Theorem only applies to medical testing scenarios
  • Confusing likelihood P(B|A) with probability P(A|B)