|
|
|
|
|
by bad_user
5830 days ago
|
|
Look, don't take this the wrong way ... probabilities are easy to get wrong ... I'm only having this conversation with you because my math skills are rusty. > I never said a specific coin was heads OK, so let's make it mathematically correct (let's say we're painting them) ... making an effort here :) P( blue_head AND red_head | blue_head OR red_head)
P(blue_head OR red_head) = 1
you said that you're retrying until this happens
normally this would be 3/4
Making the problem ... P( blue AND red | blue OR red)
= P( blue OR red | blue AND red ) * P( blue AND red ) / P(blue OR red)
(applied bayes)
= 1 * P(blue) * P(red) / 1
But ... P(blue OR red) = P(blue) + P(red) - P(blue) * P(red) = 1 =>
P(blue) * P(red) = 1 - P(blue) - P(red) = 1 - 1/4 - 1/4 = 1/2
Show me the error.[EDITED] ... modified the stuff as I've totally fucked up the previous version :) ... as I said, I'm rusty |
|
Your second error is here:
That's probably a typo, because you probably know that P(BH)=1/2.Your third error is here:
1/4 * 1/4 = 1/16Even if you correct this to the 1/2 * 1/2 that you intended, you now get that P(BH and RH)=1/4. Surely you realise that this must be wrong. I've already told you that there's at least one head, so you can't get the same answer as when I've given you no information.
Here's the correct Bayesian sum:
The fact that I'm using the conditional probability is what uses the information I've given you, so you can't use that again and claim P(RH or BH)=1.Show me the error.
Here, do an experiment. Toss two coins of different denominations. Consider those cases where there's at least one head. How often are they both heads? Are you a programmer? Run the simulation - show me the code.
Here, let me help: