I am reading Nate Silver's book "The Signal and the Noise" and have a question about Bayes Theorem. I've created my own example and am trying to wrap my mind around the conclusion.
Let's say, before any information, I think there is a 5% chance humans have caused global warming.
Then, I hear information that scientists think there is a 99% chance that humans have caused global warming.
I also know that the probability that the 99% claim is wrong is 10%.
Using the Bayes Theorem calculation, the result is a 34% chance that humans cause global warming.
Here is the calculation:
X = initial probability of humans causing global warming = 5%
Y = probability of humans causing global warming, given scientist evidence = 99%
Z = probability of humans not causing global warming, given scientist evidence = 10%
The formula presented in the book (page 247) is:
Revised probability (given the new information) = XY / (XY + Z(1-X))
Revised probability (given the new information) = 34%
My intuition says that, after this new knowledge, the chances that humans have caused global warming is instead (10% * 1%) + (90% * 99%) or 90%.
This would be based on the fact that theres a 10% they're wrong and 90% chance they're right.
What is wrong about my application of the theorem or understanding of the theorem that causes this mental roadblock?
Thanks.
I think the problem is that $Z$ and $Y$ are likely not correct. I may be getting parts of your example wrong, so let me explicate all my steps. There are two possible interpretations I came up with:
Define the following Bernoulli RVs:
First interpretation: We have the following data:
We can now calculate $P(B \mid A)$ with Bayes' Theorem; the probability that scientists are correct given that humans cause GW. This isn't what we wanted.
Alternatively: We have the following data:
Bayes' Theorem gives us a method to calculate $P(B)$, the probability that scientists are correct.
In neither of these interpretations, we have obtained the desired $P(A \mid B)$. This is due to the fact that what we are given (some scientists playing oracle) does not relate in any way to humans causing GW or not. This is because they only say "There is a chance of $99\%$ that humans cause GW" which doesn't relate to the RVs $A$ and $B$, but rather to:
As an example of information that would relate $A$ to $B$ (yielding $P(B \mid A)$ and making Bayes' applicable), consider:
However, this is rather strange (since it would mean that the measurements almost cannot vary if humans cause GW - this would likely mean that the probability of obtaining those measurements would be small, which is contradicted by the probability of $90\%$ that the scientists are correct).
In conclusion, your example doesn't lend itself for Bayes' Theorem unless more information is given or some information is altered.