new \entermde function for adding terms to both indices
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user