This commit is contained in:
Oscar Plaisant
2025-03-16 18:05:45 +01:00
parent 29453462f9
commit f91c506a9e
572 changed files with 233842 additions and 19574 deletions

21
formule de bayes.md Normal file
View File

@@ -0,0 +1,21 @@
---
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