You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

faul_sname comments on Probability puzzle - Less Wrong Discussion

7 Post author: malthrin 28 November 2011 09:33PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (26)

You are viewing a single comment's thread. Show more comments above.

Comment author: FAWS 29 November 2011 04:54:58PM *  2 points [-]

This seems to be a good opportunity to use a trick I figured out for approximating the probability of a binary event

That's just Bayesian updating. P(H|E)=P(H)*P(E|H)/P(E)

P(x)=P(H), x=P(E|H), and the integral of the previous step is P(E), since that's the whole point of your probability function.

Comment author: faul_sname 29 November 2011 05:57:36PM 0 points [-]

So that's why it works... I knew it probably tied into Bayes, but I didn't know exactly how.