predict_uncertainty.Rd 331 B

123456789101112131415161718
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{predict_uncertainty}
  4. \alias{predict_uncertainty}
  5. \title{Prophet uncertainty intervals.}
  6. \usage{
  7. predict_uncertainty(m, df)
  8. }
  9. \arguments{
  10. \item{m}{Prophet object.}
  11. \item{df}{Data frame.}
  12. }
  13. \description{
  14. Prophet uncertainty intervals.
  15. }