Hacker News new | ask | show | jobs
by _rerr 2178 days ago
By definition: p(A|B) = p(A,B) / p(B) (1)

With the same definition, switching A and B roles, we have p(A, B) = p(B|A) p(A) (2)

Plug (2) into (1) and you have Bayes rule.

1 comments

Thank you for the explanation.