diff options
Diffstat (limited to '1475/CH3/EX3.14')
-rwxr-xr-x | 1475/CH3/EX3.14/Example_3_14.sce | 8 | ||||
-rwxr-xr-x | 1475/CH3/EX3.14/Output_3_14.PNG | bin | 0 -> 4801 bytes |
2 files changed, 8 insertions, 0 deletions
diff --git a/1475/CH3/EX3.14/Example_3_14.sce b/1475/CH3/EX3.14/Example_3_14.sce new file mode 100755 index 000000000..10e60c42c --- /dev/null +++ b/1475/CH3/EX3.14/Example_3_14.sce @@ -0,0 +1,8 @@ +//Example 3.14 A A simple random sample of size is 5
+clc;
+clear;
+n=5;
+N=41;
+s_d=6.25;
+disp(s_d,"Standard Deviation",N,"Total Units",n,"Drawn sample of size is ");
+disp((s_d/sqrt(n))*(sqrt((N-n)/(N-1))),"Standard error is " );
diff --git a/1475/CH3/EX3.14/Output_3_14.PNG b/1475/CH3/EX3.14/Output_3_14.PNG Binary files differnew file mode 100755 index 000000000..7e0fc0417 --- /dev/null +++ b/1475/CH3/EX3.14/Output_3_14.PNG |