问题
I am looking for an Arima time series models in java. Is there any Java library implementing Arima/Arma model?
回答1:
Googling should help :)
I got this from Google:
Java ARMA model, simulation and fitting
Java ARIMA model
回答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.
来源:https://stackoverflow.com/questions/4035478/arima-arma-time-series-models-in-java