diff options
Diffstat (limited to '291/CH7/EX7.2c/eg7_2c.sce')
-rwxr-xr-x | 291/CH7/EX7.2c/eg7_2c.sce | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/291/CH7/EX7.2c/eg7_2c.sce b/291/CH7/EX7.2c/eg7_2c.sce new file mode 100755 index 000000000..2efab66ea --- /dev/null +++ b/291/CH7/EX7.2c/eg7_2c.sce @@ -0,0 +1,3 @@ +total_people = 857;
+days= 20;
+disp(total_people/days, "The maximum likelihood estimate of lambda")
\ No newline at end of file |