Bayes’ Theorem

Statement

Updates probabilities based on new evidence.

Code

P(A \mid B) = \frac{P(B \mid A)\,P(A)}{P(B)}

Renders As

\[ P(A \mid B) = \frac{P(B \mid A)\,P(A)}{P(B)} \]

Why it belongs

Modern statistics, AI, and inference all live here.