Jump to content

Bayes' theorem

From Simple English Wikipedia, the free encyclopedia
Revision as of 18:32, 19 October 2010 by Amirobot (talk | changes) (robot Adding: fa:قضیه بیز)

In probability theory and applications, Bayes' theorem shows the relation between a conditional probability and its reverse form. For example, the probability of a hypothesis given some observed pieces of evidence and the probability of that evidence given the hypothesis. This theorem is named for Thomas Bayes (pronounced /ˈbeɪz/ or "bays") and often called Bayes' law or Bayes' rule.

Formula

The equation used is:

Where:

Example

A simple example is as follows: There is a 40% chance of it raining on Sunday. If it rains on Sunday, there is a 10% chance it will rain on Monday. If it didn't rain on Sunday, there's an 80% chance it will rain on Monday.

"Raining on Sunday" is event A, and "Raining on Monday" is event B.

  • P(A) = 0.40 = Probability of Raining on Sunday.
  • P(A`) = 0.60 = Probability of not raining on Sunday.
  • P(B|A) = 0.10 = Probability of it raining on Monday, if it rained on Sunday.
  • P(B`|A) = 0.10 = Probability of it not raining on Monday, if it rained on Sunday.
  • P(B|A`) = 0.80 = Probability of it raining on Monday, if it did not rain on Sunday.
  • P(B`|A`) = 0.20 = Probability of it not raining on Monday, if it did not rain on Sunday.

The first thing we'd normally calculate is the probability of it raining on Monday: This would be the sum of the probability of "Raining on Sunday and raining on Monday" and "Not raining on Sunday and raining on Monday"

chance

However, what if we said: "It rained on Monday. What is the Probability it rained on Sunday?" That is where Bayes' theorem comes in. It allows us to calculate the probability of an earlier event, given the later event happened.

The equation used is:


In our case, "Raining on Sunday" is event A, and "Raining on Monday" is event B.

  • P(B|A) = 0.10 = Probability of it raining on Monday, if it rained on Sunday.
  • P(A) = 0.40 = Probability of Raining on Sunday.
  • P(B) = 0.52 = Probability of Raining on Monday.

So, to calculate the probability it rained on Sunday, given that it rained on Monday:

or:

In other words, if it rained on Monday, there's a 7.69% chance it rained on Sunday.