sample_posterior_predictive.Rd 498 B

12345678910111213141516171819202122
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{sample_posterior_predictive}
  4. \alias{sample_posterior_predictive}
  5. \title{Prophet posterior predictive samples.}
  6. \usage{
  7. sample_posterior_predictive(m, df)
  8. }
  9. \arguments{
  10. \item{m}{Prophet object.}
  11. \item{df}{Prediction dataframe.}
  12. }
  13. \value{
  14. List with posterior predictive samples for the forecast yhat and
  15. for the trend component.
  16. }
  17. \description{
  18. Prophet posterior predictive samples.
  19. }
  20. \keyword{internal}