Understanding Conditional Probability with Dependent Variables

  • Context: Undergrad 
  • Thread starter Thread starter hodor
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
hodor
Messages
7
Reaction score
0
Hi,

I've run into a snag trying to read a textbook problem. Here is the original example, it's pretty straightforward. The problem I have is when I get to the exercise and it asks me to place a restriction on this example. This restriction seems to break the independence of two variables and renders all the probabilities in the original example useless to me. For example:

HXPAUZ8.jpg


a6cTuIp.jpg


So, ignoring that it's asking for a code update here, I seem to have P(Butler = murderer, Maid = murderer) = 0 and so on. But it appears I can't recalculate P(K) (knife used) since B and M are no longer independent. So I really don't understand how to proceed. This leads me to believe I'm misinterpreting things so I thought I'd ask here. Thanks.
 
Physics news on Phys.org
I don't see why you would need that independence. You have P(B, not M) and P(M, not B) and there are no other cases to consider.
 
Ok, I had thought since those probabilities had changed, the P(k|B,M) probabilities would also have to change, and without ndependence I wouldn't be able to recalculate. It seems I can set P(K|B=murderer,M=murderer)=0 and reuse the others unchanged, but that still makes me a bit uncomfortable?
 
hodor said:
It seems I can set P(K|B=murderer,M=murderer)=0 and reuse the others unchanged, but that still makes me a bit uncomfortable?

No, P(K|B=murderer,M=murderer) is not changed - it is P(B=murderer,M=murderer) that is 0, and P(B=murderer,~M=murderer) etc. are different.
 
ok, thanks. I had assumed that since P(B=murderer,M=murderer) had changed, P(K|B=murderer,M=murderer) would change since P(K|B=murderer,M=murderer) = P(K,B=murderer,M=Murderer)/P(B=murderer,M=murderer), and similarly for the other conditionals.