I need a library/function/method to perform a Fisher s exact test in Java, and provide the right, left and two-tailed probabilities. Simple Googling shows a solution within the packages of Tassel, but the method inside simply applies the test steps with no optimization, and therefore it s extremely slow. Moreover, it uses int types everywhere and it s not really efficient for big contingency tables.
如果你知道任何已经书面的解决办法,帮助我: