[PS] Random variables

This commit is contained in:
2026-03-03 16:04:04 +01:00
parent 79fe498f26
commit 93dffbedea
9 changed files with 50 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
% P23
\subsection{Verteilungsfunktion}
\shortdefinition $F_\cX : \R \rightarrow [0, 1]$, def: $\forall a \in \R \quad F_\cX(a) = \P[\cX \leq a]$
\shorttheorem $a < b \in \R$. Dann: $\P[a < X \leq b] = F(b) - F(a)$
\shorttheorem $\cX$ Z.V. auf $(\Omega, \cF, \P)$ und V.F. $F = F_\cX$. Eig.:
\begin{enumerate}
\item $F$ ist monoton wachsend
\item $F$ ist rechtsseitig ($F(a) = \lim_{h \downarrow 0} F(a + h) \; \forall a \in \R$)
\item $\limit{a}{-\8} F(a) = 0$ und $\limit{a}{\8} F(a) = 1$
\end{enumerate}