简体   繁体   English

python 中是否有 R 的 eacf 的等效 function?

[英]Is there an equivalent function of R's eacf in python?

I've read some words sounds like eacf is quite good for order dermination of ARIMA.我读过一些话,听起来eacf非常适合 ARIMA 的订单确定。 I wonder if there is a equivalent function in Python, or a bettery solution?我想知道Python中是否有等效的function,或者更好的解决方案?

The purpose of looking for eacf is to get the parameters automatically.查找eacf的目的是为了自动获取参数。 Finally I find [auto_arima][1] , the result probably is not perfect, but a rough range of params can be got.最后我找到[auto_arima][1] ,结果可能并不完美,但可以得到一个粗略的参数范围。

Here is how Docs introduce itself以下是 Docs 的自我介绍方式

pmdarima bring's R's beloved auto.arima to Python, making an even stronger case for why you don't need R for data science. pmdarima将 R 钟爱的auto.arima带到了 Python,为您为什么不需要 R 进行数据科学提供了更强有力的理由。 pmdarima is 100% Python+Cython and does not leverage any R code, but is implemented in a powerful, yet easy-to-use set of functions & classes that will be familiar to scikit-learn users. pmdarima是 100% Python+Cython 并且不利用任何 R 代码,而是在 scikit-learn 用户熟悉的功能强大但易于使用的一组函数和类中实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM