R中的函数auto.arima()如何确定d?

时间:2015-06-01 15:15:28

标签: python r statistics statsmodels

在R中的auto.arima()函数中使用什么测试来确定平稳性,即确定" d" 这个逻辑可以在python中实现吗?

1 个答案:

答案 0 :(得分:1)

link表示使用重复的KPSS测试确定。我认为没有理由不能用Python实现它,只需要编写它。否则,您可以使用rpy2并从python中调用Node

//iterate over List
  if(current.next = resultOfFindNode){
    //exit loop
  }
//outside of loop
current.setNext(resultOfFindNode.next);