Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 6 years ago.
I am looking for an Arima time series models in java. Is there any Java library implementing Arima/Arma model?
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 6 years ago.
I am looking for an Arima time series models in java. Is there any Java library implementing Arima/Arma model?
Googling should help :)
I got this from Google:
Java ARMA model, simulation and fitting
Java ARIMA model
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.