DESCRIPTION (prophet-1.1) | : | DESCRIPTION (prophet-1.1.1) | ||
---|---|---|---|---|
Package: prophet | Package: prophet | |||
Title: Automatic Forecasting Procedure | Title: Automatic Forecasting Procedure | |||
Version: 1.1 | Version: 1.1.1 | |||
Date: 2022-05-25 | Date: 2022-09-09 | |||
Authors@R: c( | Authors@R: c( | |||
person("Sean", "Taylor", email = "sjtz@pm.me", role = c("cre", "aut")), | person("Sean", "Taylor", email = "sjtz@pm.me", role = c("cre", "aut")), | |||
person("Ben", "Letham", email = "bletham@fb.com", role = "aut") | person("Ben", "Letham", email = "bletham@fb.com", role = "aut") | |||
) | ) | |||
Description: Implements a procedure for forecasting time series data based on | Description: Implements a procedure for forecasting time series data based on | |||
an additive model where non-linear trends are fit with yearly, weekly, and | an additive model where non-linear trends are fit with yearly, weekly, and | |||
daily seasonality, plus holiday effects. It works best with time series | daily seasonality, plus holiday effects. It works best with time series | |||
that have strong seasonal effects and several seasons of historical data. | that have strong seasonal effects and several seasons of historical data. | |||
Prophet is robust to missing data and shifts in the trend, and typically | Prophet is robust to missing data and shifts in the trend, and typically | |||
handles outliers well. | handles outliers well. | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |