mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
20 lines
443 B
R
20 lines
443 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/prophet.R
|
|
\name{predict_uncertainty}
|
|
\alias{predict_uncertainty}
|
|
\title{Prophet uncertainty intervals for yhat and trend}
|
|
\usage{
|
|
predict_uncertainty(m, df)
|
|
}
|
|
\arguments{
|
|
\item{m}{Prophet object.}
|
|
|
|
\item{df}{Prediction dataframe.}
|
|
}
|
|
\value{
|
|
Dataframe with uncertainty intervals.
|
|
}
|
|
\description{
|
|
Prophet uncertainty intervals for yhat and trend
|
|
}
|
|
\keyword{internal}
|