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:

  1. calculate kurtosis , skewness yourself
  2. 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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -