[likelihood] added mlestd.out and fixed mlestd.pdf
This commit is contained in:
parent
030332051a
commit
2bc8119e2e
@ -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)
|
||||
|
@ -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.
Reference in New Issue
Block a user