prophet: Automatic Forecasting Procedure

Implements a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.

Version: 0.5
Depends: R (≥ 3.2.3), Rcpp (≥ 0.12.0), rlang (≥ 0.3.0.1)
Imports: dplyr (≥ 0.7.7), dygraphs (≥ 1.1.1.4), extraDistr, ggplot2, grid, rstan (≥ 2.14.0), scales, stats, tidyr (≥ 0.6.1), xts
Suggests: knitr, testthat, readr
Published: 2019-05-14
Author: Sean Taylor [cre, aut], Ben Letham [aut]
Maintainer: Sean Taylor <sjtz at pm.me>
BugReports: https://github.com/facebook/prophet/issues
License: BSD_3_clause + file LICENSE
URL: https://github.com/facebook/prophet
NeedsCompilation: yes
SystemRequirements: C++11
In views: MissingData, TimeSeries
CRAN checks: prophet results

Downloads:

Reference manual: prophet.pdf
Vignettes: Quick Start Guide to Using Prophet
Package source: prophet_0.5.tar.gz
Windows binaries: r-devel: prophet_0.5.zip, r-devel-gcc8: prophet_0.5.zip, r-release: prophet_0.5.zip, r-oldrel: prophet_0.5.zip
OS X binaries: r-release: prophet_0.4.tgz, r-oldrel: prophet_0.4.tgz
Old sources: prophet archive

Reverse dependencies:

Reverse imports: promotionImpact, rcrimeanalysis

Linking:

Please use the canonical form https://CRAN.R-project.org/package=prophet to link to this page.