用于预测的.net统计库
有没有一个好的 .NET 统计库用于预测?我需要它执行以下操作:
使用经典分解将输入数据集分解为季节性、趋势和不规则。
ARIMA 建模和预测。
PS
我看了一下 R.NET。尽管它有望实现上述目的,但欢迎更好的解决方案。
Is there a good .NET statistics library for forecasting? I need it to do the following:
Decompose the input dataset with classical decomposition into Seasonal, Trend and Irregular.
ARIMA modeling and forecasts.
P.S.
I had a look at R.NET. Thogh it will hopefully do the above, better solutions are welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 Math.Net
http://www.mathdotnet.com/
Take a look at Math.Net
http://www.mathdotnet.com/