-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bug #3
Comments
BTW, I also found that Berg-Kirkpatrick et al. (2012) mentioned in the footnote, delta (x_i) < 0 besides delta > 2*orig_delta |
So... this was fixed for Bootstrap, but not for Permutation? |
Someone correct me please, but I think the original version is correct assuming that data_A is the output of the baseline and data_B is the output of the algorithm to be tested. If you swap the two, the sign of the deltas is going to be flipped, so you have to flip the comparator. |
In lines 78 and 100, shouldn't the sign be flipped? i.e. increment r if delta > 2*orig_delta.
That's according to the Berg-Kirkpatrick et al. (2012) paper, unless I'm misunderstanding something.
Thanks!
The text was updated successfully, but these errors were encountered: