dataset为过去几十年的 单位牛的牛奶产量
std基本不变,mean 倒是不断再上升。【这种不算是stationary吧】
这里我们使用Dicker Fuller test 是不是stationary. 使用adfuller
adfuller test出来的结果里包含了一个 ADF Test statistics, P-value, # of lags, # of observations.
如果P value < 一个值的时候,一般< 1? 是stationary
判断出要使用autoregressive model. 然后开始做ARIMA