11

I am looking for an Arima time series models in java. Is there any Java library implementing Arima/Arma model?

Prashant
  • 351
  • 2
  • 3
  • 5

2 Answers2

5

Googling should help :)

I got this from Google:

Java ARMA model, simulation and fitting

Java ARIMA model

Community
  • 1
  • 1
Ryu
  • 69
  • 1
  • 3
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