More Facebook discussion of this post:
___________________________
Satvik Beri: I think Bayes' Theorem is extremely hard to apply usefully, to the point that I rarely use it at all despite working in data science.
A major problem that leads people to be underconfident is the temptation to round down evidence to reasonable odds, like the post mentions. A major problem that leads people to be overconfident is applying lots of small pieces of information while discounting the correlations between them.
A comment [on LessWrong] mentions that if you have excellent returns for a year, that's strong evidence you're a top 1% trader. That's not really true, the market tends to move in regimes for long periods of time, so a strategy that works well for a year is pretty likely to have average performance the next year. Studies on hedge fund managers have found it is extremely difficult to find consistent outperformers, e.g. 5-year performance on pretty much any metric is uncorrelated to the performance on that metric next year.
I think in the real world there are many situations where (if we were to put explicit Bayesian probabilities on such beliefs, which we almost never do), beliefs with ex ante ~0 credence quickly get extraordinary updates. My favorite example is sense perception. If I woke up after sleeping on a bus and were to put explicit Bayesian probabilities on anticipating what I will see next time I open my eyes, then my belief I'd assign in the true outcome (ignoring practical constraints like computation and my near inability to have any visual imagery) has ~0 credence. Yet it's easy to get strong Bayesian updates: I just open my eyes. In most cases, this should be a large enough update, and I go on my merry way.
But suppose I open my eyes and instead see people who are approximate lookalikes of dead US presidents sitting around the bus. Then at that point (even though the ex ante probability of this outcome and that of a specific other thing I saw isn't much different), I will correctly be surprised, and have some reasons to doubt my sense perception.
Likewise, if instead of saying your name is Mark Xu, you instead said "Lee Kuan Yew", I at least would be pretty suspicious that your actual name is Lee Kuan Yew.
I think a lot of this confusion in intuitions can be resolved by looking at what MacAskill calls the difference between unlikelihood and fishiness:
Put another way, we can dissolve this by looking explicitly at Bayes' theorem. P(Hypothesis|Evidence)=P(Evidence|Hypothesis)∗P(Hypothesis)P(Evidence)
and in turn, P(Evidence)=P(Evidence|Hypothesis)∗P(Hypothesis)+P(Evidence|OtherHypotheses)∗P(OtherHypotheses)
P(Evidence|Hypothesis) is high in both the "fishy" and "non-fishy" regimes. However,P(Evidence|OtherHypotheses) is much higher for fishy hypotheses than for non-fishy hypotheses, even if the surface-level evidence looks similar!