diff options
Diffstat (limited to '291/CH4/EX4.3f')
-rwxr-xr-x | 291/CH4/EX4.3f/eg4_3f.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/291/CH4/EX4.3f/eg4_3f.sce b/291/CH4/EX4.3f/eg4_3f.sce new file mode 100755 index 000000000..a71d15612 --- /dev/null +++ b/291/CH4/EX4.3f/eg4_3f.sce @@ -0,0 +1,5 @@ +disp(0.1/0.3875, "probability that B =0 given G=1 ");
+disp(0.175/0.3875, "probability that B =1 given G=1 ");
+disp(0.1125/0.3875, "probability that B =2 given G=1 ");
+disp(0/0.3875, "probability that B =3 given G=1 ");
+//The values are taken from Table 4.2
\ No newline at end of file |