[PS] Ex. Notes

This commit is contained in:
RobinB27
2026-04-20 15:10:36 +02:00
parent 371c4a4278
commit 27ed2b62a9
3 changed files with 18 additions and 1 deletions
Binary file not shown.
+5
View File
@@ -5,3 +5,8 @@ $$
s_n = a_1 \cdot \frac{1-q^n}{1-q} \qquad \underset{n\to\infty}{\lim} s_n = \frac{a_1}{1-q}
$$
\subtext{Wobei $a_i = a_1 \cdot q^{i-1}$}
\definition \textbf{Binomialkoeffizient}
$$
\binom{n}{k} := \frac{n!}{k!\cdot(n-k)!}
$$
@@ -28,6 +28,18 @@ $$
% good examples in script
\theorem \textbf{Randverteilung}\\
\smalltext{Die einzelnen Verteilungen $p_X$ lassen sich extrahieren:}\\
\subtext{$\forall z \in W_i$:}
$$
\P[X_i = z] = \underset{x_1,\ldots,x_{i-1},z,x_{i+1},\ldots,x_n}{\sum} p\Bigl( x_1,\ldots,x_{i-1},z,x_{i+1},\ldots,x_n \Bigr)
$$
\subtext{$X_1,\ldots,X_n$ diskret,$\quad$ gem. Vert. $p = \Bigl( p(x_1,\dots,x_n) \Bigr)_{x_1 \in W_1,\ldots,x_n \in W_n}$}
{\footnotesize
\remark Nicht umgekehrt: Aus den Randverteilungen lässt sich nichts über die gem. Vert. schliessen.
}
\theorem \textbf{Erwartungswert}\\
$$
\E\Bigl[ \phi(X_1,\ldots,X_n) \Bigr] = \int_{-\infty}^\infty\cdots\int_{-\infty}^\infty\phi(x_1,\ldots,x_n)\cdot f(x_1\cdots x_n)\ dx_n\ldots dx_1