31 lines
544 B
TeX
31 lines
544 B
TeX
|
\documentclass[a4paper,10pt]{article}
|
||
|
\usepackage{myXsim}
|
||
|
|
||
|
|
||
|
\title{Loi Exponentielle}
|
||
|
\date{Avril 2020}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\setcounter{section}{2}
|
||
|
\section{Espérance}
|
||
|
|
||
|
\subsection*{Propriété}
|
||
|
|
||
|
Soit $X$ une variable aléatoire qui suit une loi exponentielle de paramètre $\lambda$ ($X \sim \mathcal{E}(\lambda)$) alors
|
||
|
\[
|
||
|
E[X] = \frac{1}{\lambda}
|
||
|
\]
|
||
|
|
||
|
\subsubsection*{Démonstration}
|
||
|
\envideo{https://video.opytex.org/videos/watch/de9ae728-94f7-4751-b18b-ecbb30861da8}{Démonstration de la formule de l'espérance}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
\end{document}
|
||
|
|