I am looking for an Arima time series models in java. Is there any Java library implementing Arima/Arma model?
Asked
Active
Viewed 1.1k times
2 Answers
2
Hi Please refer to Apache Math Library for other forms of Regression, like Simple, OLS, GLS etc. I am looking for the same API as you are and API suggested in an Answer above SuanShu is not useful because it's PAID. I think Apache Math might be useful for you.

rkmalaiya
- 498
- 1
- 5
- 15
-
I also found as an opensource library that does time series: https://github.com/signaflo/java-timeseries – bogdan.mustiata Nov 30 '17 at 16:31