Explorar o código

Update documentation for additional stan args

Ben Letham %!s(int64=8) %!d(string=hai) anos
pai
achega
96ef0e236a
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      R/man/fit.prophet.Rd
  2. 1 1
      R/man/prophet.Rd

+ 1 - 1
R/man/fit.prophet.Rd

@@ -4,7 +4,7 @@
 \alias{fit.prophet}
 \title{Fit the prophet model.}
 \usage{
-fit.prophet(m, df)
+fit.prophet(m, df, ...)
 }
 \arguments{
 \item{m}{Prophet object.}

+ 1 - 1
R/man/prophet.Rd

@@ -9,7 +9,7 @@ prophet(df = df, growth = "linear", changepoints = NULL,
   weekly.seasonality = TRUE, holidays = NULL,
   seasonality.prior.scale = 10, changepoint.prior.scale = 0.05,
   holidays.prior.scale = 10, mcmc.samples = 0, interval.width = 0.8,
-  uncertainty.samples = 1000, fit = TRUE)
+  uncertainty.samples = 1000, fit = TRUE, ...)
 }
 \arguments{
 \item{df}{Data frame with columns ds (date type) and y, the time series.