diff options
Diffstat (limited to '1475/CH3/EX3.26')
-rwxr-xr-x | 1475/CH3/EX3.26/Example_3_26.sce | 6 | ||||
-rwxr-xr-x | 1475/CH3/EX3.26/Output_3_26.PNG | bin | 0 -> 5644 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/1475/CH3/EX3.26/Example_3_26.sce b/1475/CH3/EX3.26/Example_3_26.sce new file mode 100755 index 000000000..521a00ba9 --- /dev/null +++ b/1475/CH3/EX3.26/Example_3_26.sce @@ -0,0 +1,6 @@ +//Example 3.26 The mean of a certain normal distribution is equal to the standard error
+clc;
+clear;
+n=49;
+disp("Mean = S.E in sample size of 25 i.e s_d=5(m)",49,"Total Sample = ");
+disp(1-0.9192,"Probab. of P(x<0), when n=40. Since the population is normal = P(x<0)=");
diff --git a/1475/CH3/EX3.26/Output_3_26.PNG b/1475/CH3/EX3.26/Output_3_26.PNG Binary files differnew file mode 100755 index 000000000..b61454db0 --- /dev/null +++ b/1475/CH3/EX3.26/Output_3_26.PNG |