Bayes' Theorem

Applied to Bayes' Theorem explained 2y ago

External linksFurther reading

Bayes' Theorem (also known as Bayes' Rule or Bayes' Law)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.

See also: Bayesian probability, Priors, Likelihood ratio, Belief update, Probability and statistics, Epistemology, Bayesianism

Related entries

Bayesian epistemology | credence | epistemology

Great, thanks.

Copied LW's tag and added a couple of sources from EA Concepts — needs reformatting.

2
Pablo
3y
Great, thanks.

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.

See also: Bayesian probability, Priors, Likelihood ratio, Belief update, Probability and statistics, Epistemology, Bayesianism

Bayes' theorem commonly takes the form:

P(A|B)=P(B|A)P(A)P(B)

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:

P(A|B)P(¬A|B)=P(A)P(¬A)P(B|A)P(B|¬A)

Visualization of Bayes' Rule

External links

Created by Aaron Gertler at 3y