Marios Kokkodis
Marios Kokkodis

Reputation: 11

Which is the best package for econometrics in java?

I was wondering if there is a Java toolkit that deals with econometrics. I am aware of Jet ( http://jet.codehaus.org/) and other regression packages (like http://www.ee.ucl.ac.uk/~mflanaga/java/Regression.html or the apache math package) but nothing seems to be complete.

Any suggestions?

Thanks

Upvotes: 1

Views: 1466

Answers (1)

Jim Ferrans
Jim Ferrans

Reputation: 31012

You might be able use the R language, which has [good support for econometrics][3].

Renjin is a new implementation of R on top of the JVM and so should inter-operate well with Java. It's still under development so may not suit your requirements.

Upvotes: 1

Related Questions