Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图找出 R 中是否有任何包可以处理 ARIMA 模型的多个季节性,如果没有,是否有任何方法可以通过它。
我有一个每小时系列,想测试季节性lags=c(24,7*24,30*24)
lags=c(24,7*24,30*24)
提前谢谢了。
你可以使用TBATS 模型,她就是一个例子