[likelihood] fixed exercises

This commit is contained in:
Jan Benda 2019-01-07 11:33:34 +01:00
parent 657192ab58
commit 512255dfec

View File

@ -130,8 +130,8 @@ standard deviation $\sigma_i$:
\part \label{mleslopefunc} Write a function that takes two vectors
$x$ and $y$ containing the data pairs and returns the slope,
computed according to this equation. For simplicity we assume
$\sigma_i=\sigma_j=\sigma$ for all $1 \le i \le n$ and $1 \le j \le
n$. How does this simplify the equation for the slope?
$\sigma_i=\sigma$ for all $1 \le i \le n$. How does this simplify
the equation for the slope?
\begin{solution}
\lstinputlisting{mleslope.m}
\end{solution}