mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-04-28 10:09:23 +02:00
39 lines
782 B
TeX
39 lines
782 B
TeX
\documentclass[a4paper,10pt]{article}
|
|
\usepackage[landscape, left=0.75cm, top=1cm, right=0.75cm, bottom=1.5cm, footskip=15pt]{geometry}
|
|
\input{util/setup.tex}
|
|
\input{util/helpers.tex}
|
|
|
|
\title{Probability \& Statistics}
|
|
\author{Robin Bacher}
|
|
\date{HS 2026}
|
|
|
|
\begin{document}
|
|
\subtext{Basiert auf dem Skript von V. Tassion}
|
|
\input{parts/00_prereq.tex}
|
|
|
|
\newpage
|
|
\section{Wahrscheinlichkeitsräume}
|
|
\input{parts/01_basics.tex}
|
|
|
|
\newpage
|
|
\section{Zufallsvariablen}
|
|
\input{parts/02_variables.tex}
|
|
|
|
\newpage
|
|
\section{Erwartungswert}
|
|
\input{parts/03_expectation.tex}
|
|
|
|
\newpage
|
|
\section{Gemeinsame Verteilungen}
|
|
\input{parts/04_joint-distributions.tex}
|
|
|
|
\newpage
|
|
\section{Grenzwertsätze}
|
|
\input{parts/05_limits.tex}
|
|
|
|
\newpage
|
|
\section{Statistik}
|
|
\input{parts/06_stats.tex}
|
|
|
|
\end{document}
|