Effective Fisher test benchmark in Java

I need a library / function / method to perform an accurate Fisher test in Java and grant rights, left and two tails. Simple Googling shows the solution in Tassel packages , but the method inside just applies the testing steps without optimization, and therefore it is extremely slow.Moreover, it uses int types all over the world and is not very effective for large contingency tables.

If you know any solution already written, help me :-)

+5
source share

All Articles