Regression model
Prophet — 可分解时间序列预测
Prophet 是 Facebook/Meta 于 2018 年由 Taylor 和 Letham 引入的贝叶斯结构时间序列模型。它通过将连续序列分解为可解释的趋势、季节性和节假日分量来对其进行预测,旨在方便大规模工作的分析师使用。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Taylor, S. J. & Letham, B. (2018). Forecasting at Scale. The American Statistician, 72(1), 37-45. DOI: 10.1080/00031305.2017.1380080 ↗
- Taylor, S. J. & Letham, B. (2017). Prophet: Forecasting at Scale [Software]. Facebook/Meta. link ↗
如何引用本页
ScholarGate. (2026, June 1). Prophet Decomposable Time Series Forecasting Model. ScholarGate. https://scholargate.app/zh/econometrics/prophet-model
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- ETS:误差、趋势、季节性指数平滑计量经济学↔ compare
- 霍尔特-温特斯三指数平滑法计量经济学↔ compare
- 普通最小二乘法 (OLS) 回归计量经济学↔ compare
- 状态空间模型(卡尔曼滤波器)计量经济学↔ compare
- 结构时间序列模型(基本结构模型)计量经济学↔ compare