Joshua Wilding

Results 4 comments of Joshua Wilding

@michael-imbeault Do you have files with which I can replicate this issue? In the meantime, I will write some unit tests based on these tables and let you know the...

Looking at the source code, it seems the offending function is: ```kt_fisher_exact(long long n11, long long n12, long long n21, long long n22, double *_left, double *_right, double *two)``` declared...

You're correct. I have used the numbers you gave in the initial post to determine that the problem is likely in the functions hypergeo() and hypergeo_acc() implemented in kfunc.cpp. I...

Running the unit test from earlier, I am now getting correct results with the new code. Thanks, @jmarshall . Have you had an opportunity to look at this @michael-imbeault?