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 /291/CH4/EX4.3g | |
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 '291/CH4/EX4.3g')
-rwxr-xr-x | 291/CH4/EX4.3g/eg4_3g.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/291/CH4/EX4.3g/eg4_3g.sce b/291/CH4/EX4.3g/eg4_3g.sce new file mode 100755 index 000000000..65839531a --- /dev/null +++ b/291/CH4/EX4.3g/eg4_3g.sce @@ -0,0 +1,8 @@ +p00=0.4;
+p01 = 0.2;
+p10 = 0.1;
+p11= 0.3;
+
+pY1= p01+p11;
+disp(p01/pY1, "Probability that X=0 and Y=1")
+disp(p11/pY1, "Probability that X=1 and Y=1")
\ No newline at end of file |