码迷,mamicode.com
首页 > 其他好文 > 详细

survey on Time Series Analysis Lib

时间:2014-12-18 22:10:07      阅读:303      评论:0      收藏:0      [点我收藏+]

标签:http   ar   io   os   sp   for   java   on   bs   

(1)I spent my 4th year Computing project on implementing time series forecasting for Java heap usage prediction using ARIMA, Holt Winters etc, so I might be in a good position to advise you on this.

Your best option by far is using the R language, you can call on the forecasting libraries provided by R, through Java by using the JRI library found here. R is well documented, free and open source. You can even run R on a server and then make calls to it via command line using Rserve, which then returns forecasts over HTTP but JRI is the local equivalent if memory serves me correctly.

survey on Time Series Analysis Lib

标签:http   ar   io   os   sp   for   java   on   bs   

原文地址:http://www.cnblogs.com/chaseblack/p/4172716.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!