new \entermde function for adding terms to both indices

This commit is contained in:
2019-12-06 08:45:10 +01:00
parent 16df08f9b2
commit 2a2e02b37e
6 changed files with 51 additions and 32 deletions

View File

@@ -16,6 +16,14 @@
\include{statistics}
\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!
\end{itemize}
\end{document}

View File

@@ -97,7 +97,7 @@ such that one half of the data is not greater and the other half is
not smaller than the median (\figref{medianfig}).
\begin{exercise}{mymedian.m}{}
Write a function \code{mymedian()} that computes the median of a vector.
Write a function \varcode{mymedian()} that computes the median of a vector.
\end{exercise}
\matlab{} provides the function \code{median()} for computing the median.