Reputation: 170745
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
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