prophet/R
Sam Snarr 2d8e6c7fd1
Added growth='flat' functionality in R (#1778)
* added `flat_growth_init()` function

* added validation for 'flat'

* changed `fit.prophet()` to handle `growth='flat'`

* added `trend='flat'` capabilities to `sample_predictive_trend()` and `fit.prophet()`

* updated STAN code to handle flat trend

* [Syntax fix] Removed unnecessary bracket

* updated documentation

* undid formatting that was accidentally applied by autoformatter

* undid more formatting that was accidentally applied by autoformatter

* added tests

* typo in `sample_predictive_trend()`

* updated notebook with example in R

* updated documentation
2021-01-14 13:53:08 -08:00
..
data Clean up script for R holidays, and regenerate 2020-08-27 18:36:18 -07:00
data-raw Clean up script for R holidays, and regenerate 2020-08-27 18:36:18 -07:00
inst Added growth='flat' functionality in R (#1778) 2021-01-14 13:53:08 -08:00
man Added growth='flat' functionality in R (#1778) 2021-01-14 13:53:08 -08:00
R Added growth='flat' functionality in R (#1778) 2021-01-14 13:53:08 -08:00
src {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
tests Added growth='flat' functionality in R (#1778) 2021-01-14 13:53:08 -08:00
vignettes Add link to main site from vignette 2018-05-30 17:10:59 -07:00
.gitignore {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
.Rbuildignore {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
configure {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
configure.win {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
DESCRIPTION Alphabetize import block 2020-09-02 18:40:30 -07:00
LICENSE Initial commit 2017-02-22 15:59:43 -08:00
NAMESPACE {rstantools}-based compilation 2020-04-28 16:06:17 -04:00
prophet.Rproj {rstantools}-based compilation 2020-04-28 16:06:17 -04:00