[PS] Improve Geometric distribution definition

This commit is contained in:
2026-07-06 18:12:31 +02:00
parent 2227f8ac63
commit 1f2bdb65f5
2 changed files with 3 additions and 3 deletions
@@ -1,8 +1,8 @@
\subsubsection{Geometrische Verteilung}
{\scriptsize Warten auf den ersten Erfolg (in $\8$ Folge von Bernoulli-Experimenten)}
\shortdefinition $\cX \sim \text{Geom}(p)$ mit $W = \N \backslash \{0\}$ falls\\
$\forall k \in W \; \P[\cX = k] = (1 - p)^{k - 1} \cdot p$
\shortdefinition $\cX \sim \text{Geom}(p)$ mit $W = \N \backslash \{0\}$ falls $\forall k \in W$\\
$\P[\cX = k] = \P[\cX > (k - 1)] \cdot p$ mit $\P[\cX > k] = (1 - p)^{k}$
\shortremark $\P[\cX = 1] = p$, da wir Konvetion $a^0 = 1$ verwenden.
@@ -13,5 +13,5 @@ Dann $( T := \min\{ n \geq 1 \divider X_n = 1 \} )\sim \text{Geom}(p)$
\shortremark $T = \8$ ist möglich, $\P[T = \8] = 0$
\shorttheorem $T \sim \text{Geom}(p)$, dann\\
\shorttheorem[Gedächtnislosigkeit] $T \sim \text{Geom}(p)$, dann\\
$\forall n \geq 0 \; \forall k \geq 1 \; \P[T \geq n + k \divider T > n] = \P[T \geq k]$