Kindly comments on Outside the Laboratory - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (336)
I'm sorry, that seems just wrong. The statistics work if there's an unbiased process that determines which events you observe. If Alice conducts trails until 3 successes were achieved, that's a biased process that's sure to ensure that the data ends with a least one success.
Surely you accept that if Alice conducts 100 trials and only gives you the successes, you'll get the wrong result no matter the statistical procedure used, so you can't say that biased data collection is irrelevant. You have to either claim that continuing until 3 successes were achieved is an unbiased process, or retreat from the claim that that procedure for collecting the data does not influence the correct interpretation of the results.
I thought the exact same thing, and wrote a program to test it. Program is below:
Turns out they actually are equivalent. I tested with all manner of probabilities of success. Obviously, if what you're actually doing is running a set number of trials in one case and running trials until you reach significance or give up in the second case, you will come up with different results. However, if you have a set number of trials and a set success threshold set beforehand, it doesn't matter whether or not you run all the trials, or just run until the success threshold (which actually seems fairly obvious in retrospect). Edit: formatting sucks
Actually, it's quite interesting what happens if you run trials until you reach significance. Turns out that if you want a fraction p of all trials you do to end up positive, but each trial only ends up positive with probability q<p, then with some positive probability (a function of p and q) you will have to keep going forever.
(This is a well-known result if p=1/2. Then you can think of the trials as a biased random walk on the number line, in which you go left with probability q<1/2 and right otherwise, and you want to return to the place you started. The probability that you'll ever return to the origin is 2q, which is less than 1.)
Ah, but that's not what it means to run until significance -- in my interpretation in any case. A significant result would mean that you run until you have either p < 0.005 that your hypothesis is correct, or p < 0.005 that it's incorrect. Doing the experiment in this way would actually validate it for "proof" in conventional Science.
Since he mentions "running until you're bored", his interpretation may be closer to yours though.