mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 19:15:25 +02:00
19 lines
830 B
TeX
19 lines
830 B
TeX
% P23
|
|
\subsection{Verteilungsfunktion}
|
|
\label{sec:distribution-function}
|
|
{\scriptsize Die untenstehende Funktion ist die Cumulative Distribution Function (cdf)}
|
|
|
|
\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)$
|
|
|
|
{\scriptsize Nachfolgendes wird gebraucht, um zu Überprüfen, ob eine Funktion eine cdf ist}\\
|
|
\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}
|
|
|
|
$F_{\cX^n}(a) = \P[\cX^n \leq a] = \P[(-1)^{n - 1}\sqrt[n]{a} \leq \cX \leq \sqrt[n]{a}]$
|