Estimate the conditional probabilities for P(A|+), P(B|+), P(C|+), P(A|?), P(B|?), and P(C|?).

Consider the data set shown in Table 5.1

P(A = 1|?)=2/5=0.4, P(B = 1|?)=2/5=0.4,
P(C = 1|?) = 1, P(A = 0|?)=3/5=0.6,
P(B = 0|?)=3/5=0.6, P(C = 0|?) = 0; P(A = 1|+) = 3/5=0.6,
P(B = 1|+) = 1/5=0.2, P(C = 1|+) = 2/5=0.4,
P(A = 0|+) = 2/5=0.4, P(B = 0|+) = 4/5=0.8,
P(C = 0|+) = 3/5=0.6.

Computer Science & Information Technology

You might also like to view...

Which of the following statements declare the variables a and b as type Integer?

(A) a = 0; b = 0 (B) Dim a, b (C) Dim a & b As Integer (D) Dim a, b As Integer

Computer Science & Information Technology

A keyboard access key is assigned to a button using the button control’s __________ property.

a. ShortCut b. Text c. AccessKey d. Alt

Computer Science & Information Technology