NAMESPACE 399 B

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