mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 17:00:05 +01:00
[PS] Random variables
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user