Arima / Arma time series models in Java

I am looking for Arima time series models in java. Is there a Java library that implements the Arima / Arma model?

+7
java statistics time-series regression
source share
2 answers

Googling should help :)

I got this from Google:

Model, simulate and install Java ARMA

Java ARIMA Model

+6
source share

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.

+2
source share

All Articles