TylerJay comments on Bragging Thread March 2015 - Less Wrong Discussion
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (19)
I derived Bayes' Theorem and the basic rule for conditional probabilities today while trying to find the answer to a question.
I had seen Bayes' Theorem before, but never really understood it and certainly had never memorized it. The only relevant knowledge I had was:
I was surprised at how it followed directly from intuition and the last bullet point above. I put together a toy problem involving the probability that I go outside depending on if it's raining or not and was able to derive Bayes' Theorem essentially from first principles. Not a groundbreaking accomplishment or anything, but I know I'll never forget any of it now!
The line of reasoning was really simple once I was able to distill it:
p(A|B) * p(B) = p(A & B) = p(B|A) * p(A)
p(A|B) * p(B) = p(B|A) * p(A)
p(A|B) = [p(B|A) * p(A)] / p(B)