diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1475/CH4/EX4.18 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1475/CH4/EX4.18')
-rwxr-xr-x | 1475/CH4/EX4.18/Example_4_18.sce | 6 | ||||
-rwxr-xr-x | 1475/CH4/EX4.18/Output_4_18.PNG | bin | 0 -> 4049 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/1475/CH4/EX4.18/Example_4_18.sce b/1475/CH4/EX4.18/Example_4_18.sce new file mode 100755 index 000000000..0f4e13bba --- /dev/null +++ b/1475/CH4/EX4.18/Example_4_18.sce @@ -0,0 +1,6 @@ +// Example 4.18 A sample size 8 from a normal population yields as the unbiased estimate of population variance
+clc;
+clear;
+n=8;
+sd=4.4;
+disp(((n-1)*(sd))/0.99,"to",((n-1)*(sd))/20.3,"The required 99% confidence limits for population proportion variance are ")
diff --git a/1475/CH4/EX4.18/Output_4_18.PNG b/1475/CH4/EX4.18/Output_4_18.PNG Binary files differnew file mode 100755 index 000000000..6bfc8d089 --- /dev/null +++ b/1475/CH4/EX4.18/Output_4_18.PNG |