I am currently looking for an open source java library which I can use to do the jarque-bera statistical test.
The library should include the tests’ critical values for sample sizes varying between 8 and 250.
Does anybody knows such a library? All help is greatly appreciated!
Ok, for those that had the same issue as I had. I have finished this issue by creating my own implementation:
If ever necessary, I can provide the code here.
Most of the other possible libs needed integration (R related projects) or were commercial (Suanshu).