Reorganized the folders and started a common script for the lectures.
This commit is contained in:
@@ -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)
|
||||
|
||||
BIN
statistics/exercises/mlepdffit.pdf
Normal file
BIN
statistics/exercises/mlepdffit.pdf
Normal file
Binary file not shown.
BIN
statistics/exercises/mlepropfit.pdf
Normal file
BIN
statistics/exercises/mlepropfit.pdf
Normal file
Binary file not shown.
BIN
statistics/exercises/mlestd.pdf
Normal file
BIN
statistics/exercises/mlestd.pdf
Normal file
Binary file not shown.
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user