2019-01-29 18:57:51 +01:00
\documentclass [main.tex] { subfiles}
\begin { document}
\section { Probabilités}
\subsection { Évènement}
\begin { itemize}
\item La réalisation d'une expérience aléatoire (on ne peux pas prédire avec certitude le résultat) est un \textit { évènement} $ \omega $ , singleton de $ \Omega $ ensembles de tous les évènements.
\begin { exemple} [jet de dé]
aux évènements ``Tirer 1, ... ,6 `` on associe $ \Omega = { \omega _ 1 ,... \omega _ 6 } $
\end { exemple}
\item $ \mathcal { E } $ est une tribu (ou $ \sigma $ -algèbre) de $ \Omega $ , tel que:
\begin { itemize}
\item $ \Omega \in \mathcal { E } $
\item $ \mathcal { E } $ est stable par union , intersection et complémentarité.
\end { itemize}
\end { itemize}
\subsection { Probabilités}
\begin { defin}
On appelle probabilité :
\[
P : \begin { cases}
\mathcal { E} & \to [0,1]\\
E & \mapsto P(E)
\end { cases}
\]
tel que:
\begin { itemize}
\item $ P ( \Omega ) = 1 $
\item $ \forall E _ i , i \in \mathbb { I } \text { , desév disjoint 2 à 2 } , \implies
P\left (\displaystyle \bigcup _ { i\in \mathbb { I} } E_ i\right ) = \displaystyle \sum _ { \mathbb { I} } P(E_ i)$
\end { itemize}
\end { defin}
\pagebreak
\begin { prop}
\begin { itemize}
\item $ P ( \bar { E } ) = 1 - P ( E ) $
\item $ ( P ( \emptyset ) = 0 ) $
\item $ A \subset B \implies P ( A ) \leq P ( B ) $
\item $ P ( A + B ) = P ( A ) + P ( B ) - P ( A \cap B ) $
\end { itemize}
\end { prop}
\subsection { Probabilités conditionnelles}
\begin { defin}
Soit $ A $ et $ B $ deux évènements. On appelle \emph { probabilité conditionnelle} la probabilité de $ A $ sachant que $ B $ est réalisé:
\[
P(A|B) = \frac { P(A\cap B)} { P(B)}
\]
\end { defin}
\begin { prop} [Formule de Bayès]
\[
P(A|B) = \frac { P(B|A)P(A)} { P(B)}
\]
\end { prop}
\subsection { Indépendance}
\begin { defin}
Deux évènements $ A $ et $ B $ sont dits \emph { indépendant} si et seulement si le fait que $ A $ est réalisé n'apporte pas d'information sur la réalisaiton de $ B $
\begin { align*}
& P(A|B) = P(A)\\
\iff & P(B|A) = P(B)\\
\iff & P(A\cap B) = P(A) .P(B)
\end { align*}
\end { defin}
\begin { defin}
Des évènements $ ( E _ i ) _ { i \in \mathbb { I } } $ sont dits mutuellement indépendants (ou encore indépendants dans leur ensemble), si et seulement si:
\[
P\left (\displaystyle \bigcap _ { i\in \mathbb { I} } E_ i\right ) = \displaystyle \prod _ { \mathbb { I} } P(E_ i)
\]
\end { defin}
\begin { prop}
L'indépendance dans son ensemble implique l'indépendance deux à deux. \\
La réciproque n'est pas forcément vraie.
\end { prop}
\section { Variable aléatoire réelle et scalaire}
On se place dans un espace probabilisé $ \Omega $ donné.
\subsection { Généralité et exemple}
\begin { defin}
On appelle \emph { Variable aléatoire} (VA) :
\[
X :
\begin { cases}
\Omega \to \R \\
\omega \mapsto X(\omega )=x
\end { cases}
\]
\end { defin}
\begin { exemple}
\begin { itemize}
\item Dé à n faces (discret)
\item distance d'une flèche au centre de la cible.
\end { itemize}
\end { exemple}
\begin { prop}
Pour des variables aléatoires continues,
\[
P(X=x) = 0 , \forall x\in \R
\]
car $ x $ est un point de mesure nulle.
\end { prop}
\subsection { Fonction de répartition}
\begin { defin}
On appelle fonction de répatition:
\begin { align*}
F_ X(x) & = P(X\leq x) = P(X \in ]-\infty ,x])\\
& =P(\{ \omega \in \Omega |X(\omega )\le x \} )
\end { align*}
\end { defin}
\begin { prop}
\begin { itemize}
2019-02-03 18:26:39 +01:00
\item $ 0 \le F _ X ( x ) \le 1 $
2019-01-29 18:57:51 +01:00
\item $ P ( a \le X \le b ) = F _ X ( b ) - F _ X ( a ) $
\item $ F _ x $ est une fonction :
\begin { itemize}
\item non décroissante
\item continue presque partout
\end { itemize}
\end { itemize}
\end { prop}
Une variable aléatoire est complétement caractérisée par sa f.d.r
\begin { rem}
Dans le cas d'une VAD , $ F _ X $ est en marche d'escalier.
\end { rem}
\subsection { Densité de probabilité}
\begin { defin}
On appelle \emph { densité de probabilité} la fonction :
\[
2019-02-03 18:26:39 +01:00
f_ X(x) \equals _ { \mathcal { D} } \deriv [F_X(x)] { x}
2019-01-29 18:57:51 +01:00
\]
Avec la dérivée généralisé au sens des distributions.
\end { defin}
\begin { prop}
\begin { itemize}
\item Les fonction de densité de probabilité et de répartition sont équivalentes pour décrire une variable aléatoire.
\item $ f _ X ( x ) \ge 0 $
\item $ \displaystyle \int _ { - \infty } ^ { + \infty } f _ X ( x ) \d x = 1 $
\item $ \displaystyle \int _ { - \infty } ^ { x } f _ X ( \alpha ) \d \alpha = F _ X ( x ) $
\end { itemize}
\end { prop}
\begin { rem}
Pour les variables aléatoires discrètes, la ddp est une suite d'impulsion de Dirac :
\[
f_ X(x) = \sum _ { i\in \mathbb { I} } p_ i\delta (x-x_ i)
\]
\end { rem}
\begin { exemple}
\begin { itemize}
\item VAC uniforme sur $ [ a,b ] $ :
\[
f_ X(x) = \frac { 1} { b-a} \mathbb { 1} _ { [a,b]}
\]
\item VAC gaussienne :
\[
f_ X(x) = \frac { 1} { \sqrt { 2\pi } \sigma } exp\left (\frac { -1} { 2} \frac { (x-m_ x)^ 2} { \sigma _ X^ 2} \right )
\]
\end { itemize}
\end { exemple}
\subsection { Changement de VA}
\begin { prop}
Soit $ g :
\begin { cases}
\R \to \R \\
X \mapsto g(X) = Y
\end { cases} $ une fonction homéomorphique \footnotemark \\
Alors :
\[
f_ Y(y) = f_ X(x) \left |\deriv [x] { y} \right | = f_ X(x) \frac { 1} { \left |\deriv [y] { x} \right |}
\]
Dans le cas ou $ g $ n'est pas bijective :
\[
f_ Y(y) = \sum _ { x_ i|g(x_ i)=y} ^ { } f_ X(x) \left |\deriv [x] { y} \right |_ { x=x_ i}
\]
\end { prop}
\footnotetext { continue, bijective continue}
\subsection { Expérance, moment et fonction caractéristique}
\subsection { Fonction caractéristique}
\section { Couple de variable aléatoire réelles}
\subsection { Généralité}
\subsection { Fonction de répartition}
\subsection { Densité de probabilité}
\subsubsection { Espérance de la VA}
\subsection { Indépendance}
\subsection { Changement de VA}
\subsection { Espérance et moments-fonction caractéristique}
\section { Variable aléatoire vectorielle et réelles}
\subsection { Définition}
\subsection { Fonction de répartition}
\subsection { Densité de Probabilité}
\subsection { Indépendance}
\subsection { Changement de variable aléatoire}
\subsection { Espérance, moments et fonction caractéristique}
\subsection { Va Gaussienne et réelle}
\section { Extension aux VA complexes}
\end { document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End: