StatsModels→平穩(wěn)性檢驗: Pandas 著眼于數(shù)據(jù)的讀取、處理和探索,而StatsModels則更加注重于數(shù)據(jù)的統(tǒng)計建模分析,它使得 Python 有了 R語言 的味道,故在平穩(wěn)性檢驗中引入satasmodels進行檢驗分析。

1、《pandas入門》之read_excel()和to_excel()函數(shù)解析 - santiago-02-01 - CSDN博客
2、什么是平穩(wěn)序列?時間序列分析(一) 如何判斷序列是否平穩(wěn) - 浪不虛傳 - ITeye博客
3、AIC(最小信息準(zhǔn)則)、BIC(貝葉斯信息準(zhǔn)則)AIC,BIC信息準(zhǔn)則 - qq_29963353的博客 - CSDN博客
4、其他時間序列分析實例金融時間序列分析:5. AR模型實例(Python) - 矩陣實驗室 - CSDN博客
5、adf = ADF(data['CWXT_DB:184:D:\\'].diff(diff).dropna())
.diff():pandas中的函數(shù),pandas庫中shift()、diff()等函數(shù)的用法 - zhangmary的博客 - CSDN博客
.dropna():pandas中的函數(shù),Pandas數(shù)據(jù)庫缺失值處理函數(shù)dropna - W_weiying的博客 - CSDN博客
ADF函數(shù)參數(shù):statsmodels.tsa.stattools.adfuller — statsmodels 0.9.0 documentation
6、時間序列分析相關(guān)庫的api文檔Time Series analysis tsa — statsmodels 0.9.0 documentation