statistics - Is there a java library for the Jarque-Bera test? -
i looking open source java library can use jarque-bera statistical test.
the library should include tests' critical values sample sizes varying between 8 , 250.
does knows such library? appreciated!
ok, had same issue had. have finished issue creating own implementation:
- calculate kurtosis , skewness yourself
- calculate jb test-statistic yourself.
if ever necessary, can provide code here.
most of other possible libs needed integration (r related projects) or commercial (suanshu).
Comments
Post a Comment