【发布时间】:2018-02-16 07:49:15
【问题描述】:
我正在尝试按照http://www.michaeljgrogan.com/cross-correlation-r/ 中的描述绘制样本互相关函数
但是,我不想使用 R 中的函数或使用 rpy2 库。我想知道 Python 中的某个库中是否已经有一个内置函数,比如sm.tsa.stattools。嵌入在 Jupyter 笔记本中的东西。
另外,我在哪里可以找到用于 VAR 模型的 python 内置库以及在 python 中估计 VAR 或 Structural VAR 模型?
非常感谢
【问题讨论】:
标签: python-3.x statistics jupyter-notebook