[likelihood] added mlestd.out and fixed mlestd.pdf

This commit is contained in:
Jan Benda 2021-01-18 23:18:14 +01:00
parent 030332051a
commit 2bc8119e2e
3 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@ watchsolutions :
while true; do ! make -q solutions && make solutions; sleep 0.5; done
clean :
rm -f *~ *.aux *.log *.out
rm -f *~ *.aux *.log $(EXERCISES:.pdf=.out) $(SOLUTIONS:.pdf=.out)
cleanup : clean
rm -f $(SOLUTIONS) $(EXERCISES)

View File

@ -1,11 +1,11 @@
n=50
mean 3.189
standard deviation 1.953
likelihood: standard deviation 1.953
log-likelihood: standard deviation 1.953
mean 3.468
standard deviation 1.833
likelihood: standard deviation 1.833
log-likelihood: standard deviation 1.833
n=1000
mean 3.094
standard deviation 1.995
mean 2.993
standard deviation 2.077
likelihood: standard deviation 1.000
log-likelihood: standard deviation 1.995
log-likelihood: standard deviation 2.077

Binary file not shown.