2017-02-22 23:59:43 +00:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/prophet.R
|
|
|
|
|
\name{predict_uncertainty}
|
|
|
|
|
\alias{predict_uncertainty}
|
2017-08-30 23:17:41 +00:00
|
|
|
\title{Prophet uncertainty intervals for yhat and trend}
|
2017-02-22 23:59:43 +00:00
|
|
|
\usage{
|
|
|
|
|
predict_uncertainty(m, df)
|
|
|
|
|
}
|
|
|
|
|
\arguments{
|
|
|
|
|
\item{m}{Prophet object.}
|
|
|
|
|
|
2017-03-23 15:27:44 +00:00
|
|
|
\item{df}{Prediction dataframe.}
|
|
|
|
|
}
|
|
|
|
|
\value{
|
|
|
|
|
Dataframe with uncertainty intervals.
|
2017-02-22 23:59:43 +00:00
|
|
|
}
|
|
|
|
|
\description{
|
2017-08-30 23:17:41 +00:00
|
|
|
Prophet uncertainty intervals for yhat and trend
|
2017-02-22 23:59:43 +00:00
|
|
|
}
|
2017-07-29 05:03:27 +00:00
|
|
|
\keyword{internal}
|