• mofossB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    P(K=1) = 1/2

    P(a=1|K=1) = P(a=1,K=1)/P(K=1) = (1/4)/(1/2)=1/2

    P(b=1|K=1) = P(b=1,K=1)/P(K=1) = (1/8)/(1/2)=1/4

    P(c=0|K=1) = P(c=0, K=1)/P(K=1) = (1/4)/(1/2)=1/2

    P(a=1, b=1, c=0, K=1) = 0

    P(a=1, b=1, c=0, K=0) = 1/8

    [0.5 * 0.25 * 0.5] / (0 + 1/8) = (1/16) / (1/8) = 1/2

    For conditionals, convert it into joints and priors first and THEN use the table to count instances out of N samples.

    P(X|Y) = P(X,Y)/P(Y)

    :)