Hide table of contents
You are viewing revision 1.3.0, last edited by Leo

Bayes' Theorem (also known as Bayes' Rule or Bayes' Law) is a law of probability that describes the proper way to incorporate new evidence into prior probabilities to form an updated probability estimate. It is commonly regarded as the foundation of consistent rational reasoning under uncertainty. Bayes' Theorem is named after Reverend Thomas Bayes, who proved the theorem in 1763.

Bayes' theorem commonly takes the form:

where A is the proposition of interest, B is the observed evidence, P(A) and P(B) are prior probabilities, and P(A|B) is the posterior probability of A.

With the posterior odds, the prior odds and the likelihood ratio written explicitly, the theorem reads:

Visualization of Bayes' Rule

...

(Read more)

Posts tagged Bayes' Theorem

Relevance