I had to do a double take when I saw Bayes's theorem on that illustration - "wait a second, did I read that domain name correctly"?<p>Even more surprising is that they would use the terminology of prior and posterior probabilities and the like, applied correctly. It gives one the impression that the author knows what he is talking about.<p>I don't know how motivating this article would be to someone without training in probability theory, though. I mean, it's all well and good to be factually correct, but showering people outside of the field with technical terms and "weird" claims can, I think, be very counterproductive.<p>Concerning the theorem itself, no effort was actually made to at least rephrase it in a more friendly way. It's not enough to just poke fun at yourself with "(trumpets sound here)". Many people, even with formal mathematical training do not intuitively understand why it is true, and without that, applying it for probability calculations would feel like hollow and mindless mechanical work.<p>To that effect, I also recommend Eliezer's explanation, found at [0]. I must admit that I kind of glossed over it, because I had the correct intuition regardless of not formally knowing the theorem (no idea how to reproduce that, unfortunately, because it would be a pretty good tool), but even so, I found it both funny and informative. And as a bonus, it doesn't assume that you have any rigorous training in mathematics (a common misconception among mathematical explanations).<p>[0] : <a href="http://yudkowsky.net/rational/bayes" rel="nofollow">http://yudkowsky.net/rational/bayes</a>
While I can understand why probability textbooks present Bayes' Theorem as<p>P(A|B) = [ P(B|A) * P(A) ] / P(B),<p>I've always thought the following rewrite makes more sense when the probabilities represent degrees of belief:<p>P(A|B) = P(A) * [ P(B|A) / P(B) ]<p>In other words:<p>(posterior belief) = (prior belief) * (evidence adjustment)<p>Also, while Bayes' Theorem follows from probability axioms, Bayes' Rule for updating beliefs in light of new evidence (which has the same formulation) is justified by Cox's Theorem:<p><a href="http://en.wikipedia.org/wiki/Coxs_theorem" rel="nofollow">http://en.wikipedia.org/wiki/Coxs_theorem</a>