What are good techniques and resources for teaching bayes theorem hands on?
post by jsalvatier · 2011-09-09T15:51:51.543Z · LW · GW · Legacy · 4 commentsContents
4 comments
4 comments
Comments sorted by top scores.
comment by badger · 2011-09-09T18:32:23.825Z · LW(p) · GW(p)
Make the presentation in terms of likelihood ratios rather than probabilities. Then Bayes becomes plain multiplication. Multiple hypotheses and multiple pieces of evidence are also easier to handle in this format.
Since thinking of Bayes like this, I'm more likely to do simple calculations in my head and I have a better handle on the proper size of an update. Previously, it didn't click that going from 0.5 to 0.75 takes the same amount of evidence as 0.75 to 0.9 and 0.9 to 0.96. In likelihood terms, that is going from 1:1 to 3:1 to 9:1 to 27:1, with an additional 3:1 piece of evidence at each stage. Eliezer is rewriting An Intuitive Explanation with likelihood ratios as well.
comment by TrE · 2011-09-09T16:43:55.050Z · LW(p) · GW(p)
I like the Intuitive Explanation of Intuitive Explanation of Bayes' Theorem a lot, but it might be too simple for programmers and natural science students.
comment by falenas108 · 2011-09-09T16:20:33.515Z · LW(p) · GW(p)
Have you looked at Eliezer's intuitive explanation? I think a verbalized version of that might be effective.