summaryrefslogtreecommitdiff
path: root/291/CH6/EX6.3e/eg6_3e.sce
diff options
context:
space:
mode:
Diffstat (limited to '291/CH6/EX6.3e/eg6_3e.sce')
-rwxr-xr-x291/CH6/EX6.3e/eg6_3e.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/291/CH6/EX6.3e/eg6_3e.sce b/291/CH6/EX6.3e/eg6_3e.sce
new file mode 100755
index 000000000..c6ae2ff4e
--- /dev/null
+++ b/291/CH6/EX6.3e/eg6_3e.sce
@@ -0,0 +1,4 @@
+prob = 0.95;
+lim = 0.5;
+X = cdfnor("X", 0,1, 0.975, 0.025 )
+disp(ceil((4*X)^2), "Observations are necessary (atleast)") \ No newline at end of file