cours/formule de bayes.md
Oscar Plaisant f91c506a9e update
2025-03-16 18:05:45 +01:00

22 lines
621 B
Markdown

---
aliases:
up:
- "[[probabilité conditionnelle]]"
tags:
- s/maths/probabilités
---
> [!definition] [[formule de bayes]]
> Dans un [[espace probabilisé]] $(\Omega, \mathcal{A}, \mathbb{P})$
> Soient $A, B \in \mathcal{A}$ avec $\mathbb{P}(A) > 0$ et $\mathbb{P}(B) > 0$
> $\boxed{\mathbb{P}(B\mid A) = \dfrac{\mathbb{P}(A\mid B)\cdot\mathbb{P}(B)}{\mathbb{P}(A)}}$
>
> > [!démonstration]- Démonstration
> > $\begin{align} \mathbb{P}(B\mid A) &= \frac{\mathbb{P}(A \cap B)}{\mathbb{P}(A)} \\ &= \frac{\mathbb{P}(A \mid B)\cdot\mathbb{P}(B)}{\mathbb{P}(A)}\end{align}$
^definition
# Propriétés
# Exemples