summaryrefslogtreecommitdiff
path: root/291/CH3/EX3.7d/eg3_7d.sce
diff options
context:
space:
mode:
Diffstat (limited to '291/CH3/EX3.7d/eg3_7d.sce')
-rwxr-xr-x291/CH3/EX3.7d/eg3_7d.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/291/CH3/EX3.7d/eg3_7d.sce b/291/CH3/EX3.7d/eg3_7d.sce
new file mode 100755
index 000000000..90937bb5e
--- /dev/null
+++ b/291/CH3/EX3.7d/eg3_7d.sce
@@ -0,0 +1,5 @@
+detect_present = 0.99;
+detect_notpresent = 0.01;
+pop_disease = 0.005;
+prob = detect_present*pop_disease/((detect_present*pop_disease) +(detect_notpresent*(1-pop_disease)) ) ;
+disp(prob, "The required probability is") \ No newline at end of file