Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
bayes_theorem [2019/01/01 02:25] paul [Bayes Theorem] |
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 44: | Line 45: | ||
$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 | ||
+ | |||
+ |