提问人:ire 提问时间:6/20/2022 最后编辑:BoarGulesire 更新时间:6/20/2022 访问量:28
python 作为系列的语法中的稳态控制错误
stationary controll error in syntax for python as Series
问:
def stationary(Series)
result = adfuller(Series)
if(result[1]<0.05):
return 'stationary'
else:
return 'not stationary'
大家好,我需要修改什么? 这仅适用于固定控制...谢谢。
答: 暂无答案
评论
def
def stationary(Series):
if