[PS] restructure

This commit is contained in:
RobinB27
2026-03-27 13:26:02 +01:00
parent e7f688c1b7
commit f189359801
7 changed files with 17 additions and 3 deletions
Binary file not shown.
+6 -3
View File
@@ -9,15 +9,18 @@
\begin{document} \begin{document}
\subtext{Basiert auf dem Skript von V. Tassion} \subtext{Basiert auf dem Skript von V. Tassion}
\input{parts/00_prereq.tex}
\newpage
\section{Wahrscheinlichkeitsräume} \section{Wahrscheinlichkeitsräume}
\input{parts/00_intro.tex} \input{parts/01_basics.tex}
\newpage \newpage
\section{Zufallsvariablen} \section{Zufallsvariablen}
\input{parts/01_variables.tex} \input{parts/02_variables.tex}
\newpage \newpage
\section{Erwartungswert} \section{Erwartungswert}
\input{parts/02_expectation.tex} \input{parts/03_expectation.tex}
\end{document} \end{document}
+7
View File
@@ -0,0 +1,7 @@
\section*{Vorwissen}
\definition \textbf{Geometrische Reihe}
$$
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}$}
@@ -112,6 +112,10 @@ $$
A, B \text{ unabhängig } \iffdef \P[A \cap B] = \P[A] \cdot \P[B] A, B \text{ unabhängig } \iffdef \P[A \cap B] = \P[A] \cdot \P[B]
$$ $$
{\scriptsize
\notation $A\ \bot\ B \iffdef A,B$ unabhängig
}
\lemma \textbf{Äquivalente Aussagen zur Unabhängigkeit} \lemma \textbf{Äquivalente Aussagen zur Unabhängigkeit}
\begin{tabular}{lll} \begin{tabular}{lll}
Binary file not shown.