from github to this gitea

This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:09:51 +02:00
commit a2ee0fa5ca
2898 changed files with 307871 additions and 0 deletions
@@ -0,0 +1,19 @@
---
alias: [ "fonction de répartition", "fonction de répartition d'une variable aléatoire" ]
---
up:: [[variable aléatoire]]
title:: "$\begin{align} F:\,& \mathbb{R} \to \mathbb{R}\\ &x \mapsto P(X \leq x) \end{align}$"
#maths/probabilités
---
> [!definition] fonction de répartition
> Soit $(\Omega, \mathscr{P}(\Omega), P)$ un [[espace probabilisé]]
> Soit $X$ une [[variable aléatoire réelle]] sur $\Omega$
> La **fonction de répartition** de $X$ est :
> $\begin{align} F :\, & \mathbb{R} \to \mathbb{R}\ \\ & x \mapsto P(X ^{-1}(]-\infty, x[)) = \boxed{P(X \leq x)} \end{align}$
^definition
# Propriétés
- $\forall (a, b) \in \mathbb{R}^{2}, \quad a \leq b, \quad P(a < X \leq b) = F(b) - F(a)$