diff options
Diffstat (limited to '1475/CH1/EX1.66')
-rwxr-xr-x | 1475/CH1/EX1.66/Example_1_66.sce | 6 | ||||
-rwxr-xr-x | 1475/CH1/EX1.66/Output_1_66.PNG | bin | 0 -> 11955 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/1475/CH1/EX1.66/Example_1_66.sce b/1475/CH1/EX1.66/Example_1_66.sce new file mode 100755 index 000000000..6eef6c28a --- /dev/null +++ b/1475/CH1/EX1.66/Example_1_66.sce @@ -0,0 +1,6 @@ +// Example 1.66 1000 patients sufferring from disease
+clc;
+clear;
+disp(880/1000,"Relative Frequency of cure in first batch is 880/1000 =", 880,"No. of patient cured in first batch out of 1000=");
+disp((880+1300)/(1000+1500),"Relative Frequency of cure in combined group is (880+1300)/(1000+1500)= ", 1300,"No. of patient cured in second batch out of 1500=");
+disp((880+1300+450)/(1000+1500+500),"Relative Frequency of cure in combined group is (880+1300+450)/(1000+1500+500) =", 450,"No. of patient cured in third batch out of 500=");
diff --git a/1475/CH1/EX1.66/Output_1_66.PNG b/1475/CH1/EX1.66/Output_1_66.PNG Binary files differnew file mode 100755 index 000000000..430105c0b --- /dev/null +++ b/1475/CH1/EX1.66/Output_1_66.PNG |