Open MrTomRod opened 2 years ago
If I create 1000 contingency tables like this> int(random() * (range_max + 1))
for range_max
in [10, 20, 40, 80, 160]
, I get fewer disagreements the higher range_max
is:
10: 1.42 %
20: 0.84 %
40: 0.53 %
80: 0.29 %
160: 0.1 %
I.e., the higher the numbers, the more the two algorithms agree. Which one is more correct?
Dear painyeph
I found that for very few contingency tables, your implementation fails: