Conditional Probability, Independence, and Conditional Independence

Consider three tennis players A, B, and C. One of these players is better than the other two, who are equally good/bad. When the best player plays either of the others, she has a 2/3 probability of winning the match. When the other two players play each other, each has a 1/2 probability of winning the match. But you do not know which player is the best. Based on watching the players warm up, you start with subjective probabilities of 0.5 that A is the best, 0.35 that B is the best, and 0.15 that C is the best. A and B will play the first match.

Note: the fact the your probabilities are “subjective” doesn’t impact how you solve the problem.

  1. Before any matches, if you had to choose the one player you think is best, who would you choose? What is your subjective probability that your choice is correct? (This should be a short answer, not requiring any calculations. I’m mostly asking this question so you can compare the value to one in a later question.)
  2. Is it reasonable to assume that the results of the matches are independent? Explain intuitively, without doing any calculations.
  3. Is it reasonable to assume that the results of the matches are conditionally independent given the identity of the best player? Explain intuitively, without doing any calculations.
  4. A will play B in the first match. Compute your subjective probability that A will beat B in the first match.
  5. Suppose that A beats B in the first match. Compute your posterior probability that each of A, B, C is best given that A beats B in the first match. (You should get 0.6349, 0.2222, and 0.1429.)
  6. Compare the posterior probabilities from the previous part to the prior probabilities. Explain how your probabilities changed, and why that makes sense.
  7. Suppose instead that B beats A in the first match. Compute your subjective probability that each of A, B, C is best given that B beats A in the first match. (You should get 0.3509, 0.4912, and 0.1579.)
  8. Compare the posterior probabilities from the previous part to the prior probabilities. Explain how your probabilities changed, and why that makes sense.
  9. Suppose that A beats B in the first match. If you had to choose the one player you think is best based on your updated subjective probabilities, who would you choose? What is your subjective probability that your choice is correct given that A beats B in the first match?
  10. Suppose that B beats A in the first match. If you had to choose the one player you think is best based on your updated subjective probabilities, who would you choose? What is your subjective probability that your choice is correct given that B beats A in the first match?
  11. After the first match you make your choice of who you think is the best player. What is your subjective probability that your choice is correct? (Hint: this should be a single number, but you need to consider the two cases.) Compare to part 1; what is the “value” of observing the winner of the first match?
  12. Now suppose again that A beats B in the first match, and also that A beats C in the second match. Compute your posterior probability that each of A, B, C is best given the results of the first two matches. Explain how your probabilities changed, and why that makes sense.