Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bayes_theorem [2018/12/31 20:30]
paul
bayes_theorem [2019/03/31 14:49] (current)
Line 1: Line 1:
 +====== Bayes Theorem ======
 Probability discovered by Thomas Bayes in the 18th century.  Probability discovered by Thomas Bayes in the 18th century. 
  
Line 32: Line 33:
  
 Bayes Theorem gives you a way to figure out what your conditional probabilities should be.  Bayes Theorem gives you a way to figure out what your conditional probabilities should be. 
 +
 +$P(H) =$ Prior probability, the probability that the hypothesis is correct.
 +
 +$P(H|E) =$ Probability of hypothesis H, given condition E.
 +
 +$P(E|H) =$ Probability of the condition E, given hypothesis E. 
 +
 +$P(E) =$ Probability of the condition E. 
  
 The probability of a hypothesis, $H$ conditional on a new piece of evidence, $E$ The probability of a hypothesis, $H$ conditional on a new piece of evidence, $E$
  
 $P(H|E) = \frac{P(E|H)P(H)}{P(E)}$ $P(H|E) = \frac{P(E|H)P(H)}{P(E)}$
 +
 +To summarize, Bayes Theorem tells us how to calculate the probability of a hypothesis given a condition. This depends on three things:
 +      - Conditional probability given H
 +      - The prior probability of the hypothesis
 +      - The prior probability of the evidence
 +
 +
  • bayes_theorem.1546288217.txt.gz
  • Last modified: 2018/12/31 20:30
  • by paul