NAMESPACE 345 B

123456789101112131415
  1. # Generated by roxygen2: do not edit by hand
  2. S3method(plot,prophet)
  3. S3method(predict,prophet)
  4. export(add_seasonality)
  5. export(cross_validation)
  6. export(fit.prophet)
  7. export(make_future_dataframe)
  8. export(predictive_samples)
  9. export(prophet)
  10. export(prophet_plot_components)
  11. export(simulated_historical_forecasts)
  12. import(Rcpp)
  13. importFrom(dplyr,"%>%")