Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. P(X) = P(X ∧ Y)*(X ∧ ¬Y).
  2.  
  3. P(V1) = P(V1 ∧ V2)*(V1 ∧ ¬V2)+P(V1 ∧ V3)*(V1 ∧ ¬V3)+P(V1 ∧ V4)*(V1 ∧ ¬V4)
  4.  
  5. P(V1) = P(V1|V2)*(V2)+P(V1|V3)*(V3)+P(V1|V4)*(V4)
  6.  
  7. P(V1|V2)*(V2) equals to P(V2 ∧ V1) and not P(V1 ∧ V2)*(V1 ∧ ¬V2)
Add Comment
Please, Sign In to add comment