8.12 拓展阅读
原文:https://otexts.com/fppcn/arima-reading.html
- Box and Jenkins (1970) 是一本流传广泛的关于 ARIMA 建模的经典教材。它最新的版本是@BJRL15,并且至今它仍然是一本完美的ARIMA模型参考书。
- Brockwell and Davis (2016) 是一本介绍模型的数理基础的入门书。
- Peña, Tiao, and Tsay (2001) 则介绍了一些
auto.arima()
使用的算法之外的其他自动算法。