Reorganized the folders and started a common script for the lectures.

This commit is contained in:
2015-10-25 20:24:13 +01:00
parent dd50324683
commit 5791337dea
48 changed files with 1476 additions and 648 deletions

View File

@@ -24,4 +24,7 @@ yy = gampdf(xx, p(1), p(2));
plot(xx, yy, '-k', 'linewidth', 5, 'DisplayName', 'mle' );
hold off;
xlabel('x');
ylabel('pdf');
legend('show');
savefigpdf(gcf, 'mlepdffit.pdf', 12, 8)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -183,7 +183,7 @@ Normalverteilung entstammen, sonder aus der Gamma-Verteilung.
\end{parts}
\begin{solution}
\lstinputlisting{mlepdffit.m}
%\includegraphics[width=1\textwidth]{mlepdffit}
\includegraphics[width=1\textwidth]{mlepdffit}
\end{solution}
\end{questions}