ideas for more chapters

This commit is contained in:
2020-12-27 21:39:20 +01:00
parent c011e90fdd
commit 5e9ad55d1c
6 changed files with 75 additions and 30 deletions

View File

@@ -20,12 +20,21 @@
\section{TODO}
\begin{itemize}
\item The content of this lecture easily covers two lectures!
\item 1. mymedian and debugging, rolling a die, normalized histogram
\item 2. densities, quantiles, cumulative distribution, kernel histogram
\item Adapt the exercises to that!
\item Statistics is to estimate some parameter from data (see below).
\item Introduce this concept on a range of examples: mean, other
parameters of a distribution, parameters of a function.
\item This is also what the brain needs to do: estimate some
information about the environment from noisy/incomplete data!
\end{itemize}
\section{Exercises}
The content of this lecture easily covers two lectures!
\begin{enumerate}
\item mymedian and debugging, rolling a die, normalized histogram
\item densities, quantiles, cumulative distribution, kernel histogram
\end{enumerate}
Adapt the exercises to that!
\end{document}