Hacker News new | ask | show | jobs
by drt1245 3354 days ago
>Let's assume that when a river gets redirected, a scientist goes and investigates it

This is a faulty assumption and is what leads to the wrong conclusion. The probability of 0.5% is for a randomly selected river. That is, if you went and examined 200 randomly selected rivers, 1 of them (on average) would be redirected due to natural variability.

That does not imply that the remaining 199 were redirected due to global warming. It does not even imply that the remaining 199 were redirected at all!

What is needed is the percentage of rivers that have undergone this redirection. Here's a simplified example: If it's ~0.5%, you conclude it's just natural variation. If it's >0.5%, you conclude that something (possibly global warming) is increasing the number of rivers that are being redirected. If it's <0.5%, you conclude that something is decreasing the number of rivers that are being redirected.

2 comments

From the paper:

"shows our estimate that there is only a 0.5% chance that the observed retreat of Kaskawulsh Glacier happened in the absence of a climate trend"

The 0.5% has nothing to do with the river. It is their confidence that the retreat of the glacier could occur in the absence of a climate trend based on their model.

Can you clarify why it is incorrect to reverse that into the statement "We estimate that there is a 99.5 percent chance that the observed retreat did not happen in the absence of a climate trend."? I confess to a fair amount of confusion at this point :) I'm sure there is something subtle (or perhaps obvious, and my brain is failing) that I'm missing.

What is the properly worded complement?

This seems similar, but not identical, to the statement:

If there is not a climate trend, we would expect this to happen with a .05 chance.

If they meant the latter, my confusion is resolved.

This is the blind leading the blind.

Fundamental truth: bayes theorem.

P(evidence | null hypothesis) = P(null hypothesis | evidence) * P (evidence) / P (null hypothesis)

The P-value test determines:

P(evidence | null hypothesis) = 0.5%

= there is a 0.5% chance of the observed evidence given the null hypothesis

The statement "We estimate that there is a 99.5 percent chance that the observed retreat did not happen in the absence of a climate trend."

translates to P(!null hypothesis | evidence) = 99.5%

By Bayes theorem:

P(!null hypothesis | evidence) = P(evidence | !null hypothesis) * P (!null hypothesis) / P (evidence)

We know almost none of these terms. The answer is not as simple as 99.5.

Oh I thought we were having an interesting discussion about the linguistic mapping between probability and regular English. Sorry for wasting your time. :(
> The probability of 0.5% is for a randomly selected river

Sorry, what is the probability .5% for exactly? The probability a river is redirected under global warming conditions? I didn't think that's what they computed. If it is, then my bad. :) I thought they had computed given that the river was redirected, what is the likelihood it happened due to global warming. Ah well, like I said, the details are the hard part. :)