Time Series Analysis: Forecasting and Control, George E. P. Box, Gwilym M. Jenkins, Gregory C. Reinsel, and Greta M. Ljung, 2016 (John Wiley & Sons) - 时间序列分析的经典教材,提供了平稳性的理论定义及其对ARIMA模型的重要性,这些模型在章节中有所提及。
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - 使用Python的Pandas库进行数据操作和分析的基础指南,包括时间序列数据处理和计算滚动统计量,如章节代码示例所示。
Windowing Operations, The Pandas Development Team, 2023 - Pandas滚动窗口操作的官方文档,用于计算滚动均值和标准差,以进行时间序列平稳性的可视化检查。