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

View File

@@ -0,0 +1,22 @@
---
aliases:
- événements mutuellement indépendants
up:
- "[[probabilité conditionnelle]]"
tags:
- s/maths/probabilités
---
> [!definition] Famille d'événements (mutuellement) indépendants
> Dans un [[espace probabilisé]] $(\Omega, \mathcal{A}, \mathbb{P})$
> Soit $(A_{i})_{i \in I} \in \mathcal{A}^{I}$ où $I$ est fini ou [[ensemble infini dénombrable|dénombrable]]
> On dit que $(A_{i})_{i \in I}$ est une **famille d'événements indépendants** si :
> Pour tout $J \subset I$ fini on a :
> $\mathbb{P}\left( \bigcap _{j \in J} A_{j} \right) = \prod\limits_{j \in J} \mathbb{P}(A_{j})$
>
> - ! à distinguer d'une famille d'événement deux-à-deux [[événements indépendants|indépendants]]. On dit parfois "mutuellement indépendants" pour préciser cette distinction
# Propriétés
# Exemples