# Bayes' rule Bayes' rule is stated mathematically as: $ P(H\mid e)={\frac{P(e\mid H)P(H)}{P(e)}} $ ^103410 where $H$ (hypothesis) and $e$ (evidence) are events and $P(e) \neq 0$. ## Odds form [[Bayes' rule — Odds form]] [[Waterfall diagrams and relative odds]] ## Log-odds form [[Bayes' rule — Log-odds form]] --- ## 📚 References - [‘Bayes' Theorem’](https://en.wikipedia.org/w/index.php?title=Bayes%27_theorem&oldid=1042113059). Wikipedia.