prophet/R/man/predict_uncertainty.Rd

21 lines
443 B
Text
Raw Normal View History

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.}
\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
}
\keyword{internal}