mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-31 23:27:52 +00:00
Update documentation for additional stan args
This commit is contained in:
parent
00a02b07b4
commit
96ef0e236a
2 changed files with 2 additions and 2 deletions
|
|
@ -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.}
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue