mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-04-28 16:19:23 +02:00
[PS] restructure
This commit is contained in:
Binary file not shown.
@@ -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}
|
||||||
|
|||||||
@@ -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.
Reference in New Issue
Block a user