Alexey Romanov
Alexey Romanov

Reputation: 170745

Scala wrappers for any of Java statistics libraries

Does anybody know of a Scala wrapper for one of libraries mentioned in https://stackoverflow.com/questions/448643/statistical-library-for-java or https://stackoverflow.com/questions/86500/what-is-the-best-java-numerical-method-package?

Upvotes: 4

Views: 802

Answers (1)

0__
0__

Reputation: 67290

Have you looked at Scalala ( https://github.com/scalala/Scalala ) ? I don't know what your requirements regarding statically processing are, but this would provide you with vector and matrix algebra and plotting facilities.

Upvotes: 6

Related Questions