chris-prener/falseProphet: 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.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version1.0
URL https://github.com/facebook/prophet
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("chris-prener/falseProphet")
chris-prener/falseProphet documentation built on April 15, 2022, 12:04 a.m.