python數據分析中出現的奇怪的bug

for p in range(pmax + 1): tmp = [] for q in range(qmax + 1): try: tmp.append(ARIMA(s,(p,1,q)).fit().bic) except Exception: tmp.append(np.nan) bic.ap
相關文章
相關標籤/搜索