Arima/Arma Time series Models in Java [closed]

[亡魂溺海] 提交于 2019-12-05 16:46:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!