diff --git a/README.md b/README.md index 5e2af17..e64c7ed 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you find mistakes, please open an issue or fix them yourself and open a PR. ### Semester 4 #### Probability & Statistics -- [Probability & Statistics Cheat-Sheet (TBD)](./semester4/ps/ps-jh/probability-and-statistics-cheatsheet.pdf) Author: Janis Hutz +- [Probability & Statistics Cheat-Sheet (DE)](./semester4/ps/ps-jh/probability-and-statistics-cheatsheet.pdf) Author: Janis Hutz - [Probability & Statistics Cheat-Sheet (TBD)](./semester4/ps/ps-rb/main.pdf) Author: Robin Bacher #### Other Courses - [Formal Methods & Functional Programming Summary (EN)](./semester4/fmfp/formal-methods-functional-programming-summary.pdf) diff --git a/semester4/ps/ps-jh/parts/00_basics/00_intro.tex b/semester4/ps/ps-jh/parts/00_basics/00_intro.tex deleted file mode 100644 index 2175d52..0000000 --- a/semester4/ps/ps-jh/parts/00_basics/00_intro.tex +++ /dev/null @@ -1 +0,0 @@ -\inline{definition} diff --git a/semester4/ps/ps-jh/parts/00_basics/00_probability-space.tex b/semester4/ps/ps-jh/parts/00_basics/00_probability-space.tex new file mode 100644 index 0000000..c04ece9 --- /dev/null +++ b/semester4/ps/ps-jh/parts/00_basics/00_probability-space.tex @@ -0,0 +1,23 @@ +\subsection{Wahrscheinlichkeitsräume} +\shortterm $\Omega$ \bi{Grundraum}, $\omega \in \Omega$ \bi{Elementarereignis} + +\shortdefinition[Sigma-Algebra] $\cF \subseteq \cP(\Omega)$ ist $\sigma$-Algebra, falls: +\begin{enumerate}[label=E\arabic*.] + \item $\Omega \subseteq \cF$ + \item $A \in \cF \Rightarrow A^C \in \cF$ ($A$ Ereignis $\Rightarrow$ nicht $A$ auch) + \item $A_1, A_2, \ldots \in \cF \Rightarrow \bigcup_{i = 1}^\infty A_i \in \cF$\\ + ($A_1, \ldots$ Ereignisse $\Rightarrow$ $A_1$ oder $A_2$ oder \dots ein Ereignis) +\end{enumerate} +\shortexample $\omega$-Algebren beim einmaligen Würfeln ($\Omega = \{ 1, 2, 3, 4, 5, 6 \}$) +\begin{itemize} + \item $\cF = \{ \emptyset, \{ 1, 2, 3, 4, 5, 6 \} \}$ + \item $\cF = \cP(\Omega)$, dabei $|\cF| = 64$ + \item $\cF = \{ \emptyset, \{ 1, 2 \}, \{ 3, 4, 5, 6 \}, \Omega \}$ +\end{itemize} +Keine $\omega$-Algebren sind bspw: +\begin{itemize} + \item $\cF = \{ \Omega \}$ (Komplementärereignis $\emptyset$ fehlt, E2 verletzt) + \item $\cF = \{ \emptyset, \{ 1, 2, 3 \}, \{ 4, 5, 6 \}, \{ 1 \}, \{ 2, 3, 4, 5, 6 \}, \Omega \}$\\ + (E3 verletzt, da bspw $\{ 4, 5, 6 \} \cup \{ 1 \} \notin \cF$) +\end{itemize} + diff --git a/semester4/ps/ps-jh/probability-and-statistics-cheatsheet.pdf b/semester4/ps/ps-jh/probability-and-statistics-cheatsheet.pdf index 6feb67b..6c72d33 100644 Binary files a/semester4/ps/ps-jh/probability-and-statistics-cheatsheet.pdf and b/semester4/ps/ps-jh/probability-and-statistics-cheatsheet.pdf differ diff --git a/semester4/ps/ps-jh/probability-and-statistics-cheatsheet.tex b/semester4/ps/ps-jh/probability-and-statistics-cheatsheet.tex index 99b612f..73f94ad 100644 --- a/semester4/ps/ps-jh/probability-and-statistics-cheatsheet.tex +++ b/semester4/ps/ps-jh/probability-and-statistics-cheatsheet.tex @@ -1,13 +1,22 @@ \documentclass{article} +\PassOptionsToPackage{skip=0pt}{parskip} \input{~/projects/latex/janishutz-helpers.tex} +\usepackage{lmodern} +\setFontType{sans} -\setup{Probability and Statistics} +\setupCheatSheet{Wahrscheinlichkeit und Statistik} +\loadGerman + +\setsubsectionnumbering{section} +\renewcommand{\examplenumbering}{off} \begin{document} \startDocument +\noverticalspacing -\input{parts/00_basics/00_intro.tex} +\section{Basics} +\input{parts/00_basics/00_probability-space.tex} \end{document}