I am looking for Arima time series models in java. Is there a Java library that implements the Arima / Arma model?
Googling should help :)
I got this from Google:
Model, simulate and install Java ARMA
Java ARIMA Model
Hi, please refer to the Apache Math Library for other regression forms like Simple, OLS, GLS etc. I am looking for the same API as you, and the API proposed in the answer above SuanShu is not useful because it is PAID. I think Apache Math might be useful to you.