19 Commits

Author SHA1 Message Date
081cad7f11 Fix factorial symbol and change variable k to n 2026-01-17 17:55:45 +01:00
9f422f859e Fix handout compilation 2026-01-17 17:55:37 +01:00
c23ac95b90 Make build system compatible with tikz externalization 2026-01-17 11:47:54 +01:00
7640d83c37 Move and rename slides 2026-01-16 04:23:32 +01:00
25e25a366f Finish explanation slides 2026-01-16 02:32:40 +01:00
54407061a0 Add slide explaining marginals and transformations 2026-01-16 01:21:48 +01:00
33ff39f974 Add Poisson distribution explanation 2026-01-16 00:26:18 +01:00
8eb3a6378f Add summary slide for exercise 1 2026-01-15 03:38:23 +01:00
876bbad136 Add solution for 2b 2026-01-15 03:26:33 +01:00
587d894e5e Add formulas to summary slide of section 2 2026-01-15 00:42:44 +01:00
6eee07a720 Add solution for exercise 2c 2026-01-15 00:15:05 +01:00
6f7dbe5018 Remove equation number 2026-01-14 01:30:50 +01:00
8dad61d27a Finish solution for exercise 2a 2026-01-14 01:30:12 +01:00
23e14d74a8 Add first version of solution for exercise 2a 2026-01-14 01:07:47 +01:00
ddd70cae86 Insert pause in solution to exercise 1a 2026-01-14 00:19:06 +01:00
a4df0108de Add solution for exercise 1b 2026-01-14 00:16:19 +01:00
dcd018c236 Add solution to exercise 1a 2026-01-13 23:59:40 +01:00
7e67ee3792 Add slides with exercises for tutorial 5 2025-12-21 16:24:43 +01:00
d7725a0186 tut4: Fix typos; Implement student corrections 2025-12-19 04:23:53 +01:00
4 changed files with 1035 additions and 14 deletions

View File

@@ -1,4 +1,3 @@
$pdflatex="pdflatex -shell-escape -interaction=nonstopmode -synctex=1 %O %S"; $pdflatex="pdflatex -shell-escape -interaction=nonstopmode -synctex=1 %O %S";
$out_dir = 'build'; $out_dir = 'build';
$pdf_mode = 1; $pdf_mode = 1;

View File

@@ -1,19 +1,25 @@
PRESENTATIONS := $(patsubst src/%/presentation.tex,build/presentation_%.pdf,$(wildcard src/*/presentation.tex)) PRESENTATIONS := $(patsubst src/%/presentation.tex,build/presentation_%.pdf,$(wildcard src/*/presentation.tex))
HANDOUTS := $(patsubst build/presentation_%.pdf,build/presentation_%_handout.pdf,$(PRESENTATIONS)) HANDOUTS := $(patsubst build/presentation_%.pdf,build/presentation_%_handout.pdf,$(PRESENTATIONS))
RC_PDFLATEX := $(shell grep '$$pdflatex' .latexmkrc \
| sed -e 's/.*"\(.*\)".*/\1/' -e 's/%S//' -e 's/%O//')
.PHONY: all .PHONY: all
all: $(PRESENTATIONS) $(HANDOUTS) all: $(PRESENTATIONS) $(HANDOUTS)
build/presentation_%.pdf: src/%/presentation.tex build/prepared build/presentation_%.pdf: src/%/presentation.tex build/prepared
TEXINPUTS=./lib/cel-slides-template-2025:$$TEXINPUTS latexmk $< TEXINPUTS=./lib/cel-slides-template-2025:$(dir $<):$$TEXINPUTS \
mv build/presentation.pdf $@ latexmk -outdir=build/$* $<
cp build/$*/presentation.pdf $@
build/presentation_%_handout.pdf: src/%/presentation.tex build/prepared build/presentation_%_handout.pdf: src/%/presentation.tex build/prepared
TEXINPUTS=./lib/cel-slides-template-2025:$$TEXINPUTS latexmk -pdflatex='pdflatex %O "\def\ishandout{1}\input{%S}"' $< TEXINPUTS=./lib/cel-slides-template-2025:$(dir $<):$$TEXINPUTS \
mv build/presentation.pdf $@ latexmk -outdir=build/$*_handout \
-pdflatex='$(RC_PDFLATEX) %O "\def\ishandout{1}\input{%S}"' $<
cp build/$*_handout/presentation.pdf $@
build/prepared: build/prepared:
mkdir -p build mkdir build
touch build/prepared touch build/prepared
.PHONY: clean .PHONY: clean

View File

@@ -99,7 +99,7 @@
\pause\column{\kitthreecolumns} \pause\column{\kitthreecolumns}
\centering \centering
\begin{itemize} \begin{itemize}
\item Verteilungsfunktion $F_X(x)$ einer stetiger ZV \item Verteilungsfunktion $F_X(x)$ einer stetigen ZV
\begin{gather*} \begin{gather*}
F_X(x) = P(X \le x) F_X(x) = P(X \le x)
\end{gather*} \end{gather*}
@@ -107,7 +107,7 @@
\pause\column{\kitthreecolumns} \pause\column{\kitthreecolumns}
\centering \centering
\begin{itemize} \begin{itemize}
\item Wahrscheinlichkeitsdichte $f_X(x)$ einer stetiger ZV \item Wahrscheinlichkeitsdichte $f_X(x)$ einer stetigen ZV
\begin{gather*} \begin{gather*}
F_X(x) = \int_{-\infty}^{x} f_X(u) du F_X(x) = \int_{-\infty}^{x} f_X(u) du
\end{gather*} \end{gather*}
@@ -154,7 +154,7 @@
\end{minipage} \end{minipage}
\begin{minipage}{0.38\textwidth} \begin{minipage}{0.38\textwidth}
\begin{lightgrayhighlightbox} \begin{lightgrayhighlightbox}
Erinnerung Erinnerung: Diskrete Zufallsvariablen
\begin{align*} \begin{align*}
\text{\normalfont Erwartungswert: }& E(X) = \text{\normalfont Erwartungswert: }& E(X) =
\sum_{n=1}^{\infty} x_n P_X(x) \\ \sum_{n=1}^{\infty} x_n P_X(x) \\
@@ -171,7 +171,7 @@
\begin{columns}[t] \begin{columns}[t]
\column{\kitthreecolumns} \column{\kitthreecolumns}
\centering \centering
\begin{greenblock}{Verteilungsfunktion (kontinuierlich)} \begin{greenblock}{Verteilungsfunktion (stetige ZV)}
\vspace*{-6mm} \vspace*{-6mm}
\begin{gather*} \begin{gather*}
F_X(x) = P(X \le x)\\[4mm] F_X(x) = P(X \le x)\\[4mm]
@@ -270,9 +270,9 @@
\end{align*} \end{align*}
\pause\begin{gather*} \pause\begin{gather*}
\int_{-\infty}^{\infty} f_X(x) dx \int_{-\infty}^{\infty} f_X(x) dx
= \int_{-\infty}^{\infty} C\cdot x e^{-ax^2} dx = \int_{0}^{\infty} C\cdot x e^{-ax^2} dx
= \frac{C}{-2a} \int_{-\infty}^{\infty} (-2ax) e^{-ax^2} dx \\ = \frac{C}{-2a} \int_{0}^{\infty} (-2ax) e^{-ax^2} dx \\
= \frac{C}{-2a} \int_{-\infty}^{\infty} (e^{-ax^2})' dx = \frac{C}{-2a} \int_{0}^{\infty} (e^{-ax^2})' dx
= \frac{C}{-2a} \mleft[ e^{-ax^2} \mright]_0^{\infty} \overset{!}{=} 1 \hspace{10mm} \Rightarrow C = 2a = \frac{C}{-2a} \mleft[ e^{-ax^2} \mright]_0^{\infty} \overset{!}{=} 1 \hspace{10mm} \Rightarrow C = 2a
\end{gather*} \end{gather*}
\centering \centering
@@ -711,7 +711,7 @@
2 - 2\Phi\left(\frac{0{,}2}{\sigma'}\right) = 2{,}12\cdot 10^{-3} \\[2mm] 2 - 2\Phi\left(\frac{0{,}2}{\sigma'}\right) = 2{,}12\cdot 10^{-3} \\[2mm]
\Rightarrow \Phi\left(\frac{0{,}2}{\sigma'}\right) \approx 0{,}9989 \\[2mm] \Rightarrow \Phi\left(\frac{0{,}2}{\sigma'}\right) \approx 0{,}9989 \\[2mm]
\Rightarrow \sigma' \approx \frac{0{,}2}{\Phi^{-1}(0{,}9989)} \Rightarrow \sigma' \approx \frac{0{,}2}{\Phi^{-1}(0{,}9989)}
\approx \frac{0{,}2}{3{,}08} \approx 0{,}65 \approx \frac{0{,}2}{3{,}08} \approx 0{,}065
\end{gather*} \end{gather*}
\end{columns} \end{columns}
\pause \vspace*{-5mm}\item Durch einen Produktionsfehler verschiebt sich der \pause \vspace*{-5mm}\item Durch einen Produktionsfehler verschiebt sich der

File diff suppressed because it is too large Load Diff