跳转至

1 基本概念

全概率公式

\[ P(A)=\sum_{i=1}^nP(A|B_i)P(B_i) \]

贝叶斯公式

\[ P(B_i|A)=\frac{P(A|B_i)P(B_i)}{\sum_{j=1}^{n}P(A|B_j)P(B_j)} \]