【问题标题】:packages for time series forecasting时间序列预测包
【发布时间】:2012-10-21 08:00:11
【问题描述】:

python 中是否有适合时间序列(分析和预测)的包?

它们包括哪些方法?

R 中有很多功能的预测包。 Python中是否有类似的包?

【问题讨论】:

    标签: forecasting


    【解决方案1】:

    这是一个有趣的问题。

    我发现 Python 中有 2 个包:

    Pandas and you can use for forecasting:
    Regression
    Some EMA
    See more: http://pandas.pydata.org/
    
    Statmodels you can use for forecasting:
    AR
    ARMA 
    VAR
    See more: http://statsmodels.sourceforge.net/
    

    但是我不知道是否所有来自 R 的预测包都可以在 Python 中找到。

    【讨论】:

      【解决方案2】:

      检查pandas 包。 http://pandas.pydata.org/。也许这就是你要找的东西

      【讨论】:

        猜你喜欢
        • 2014-04-03
        • 2019-01-20
        • 1970-01-01
        • 2020-10-05
        • 2013-05-01
        • 2018-09-22
        • 2019-09-20
        • 1970-01-01
        相关资源
        最近更新 更多