NAMESPACE 540 B

1234567891011121314151617181920212223242526
  1. # Generated by roxygen2: do not edit by hand
  2. S3method(predict,prophet)
  3. export(add_regressor)
  4. export(add_seasonality)
  5. export(all_metrics)
  6. export(cross_validation)
  7. export(dyplot.prophet)
  8. export(fit.prophet)
  9. export(layer_changepoints)
  10. export(mae)
  11. export(make_future_dataframe)
  12. export(mape)
  13. export(me)
  14. export(mpe)
  15. export(mse)
  16. export(plot.prophet)
  17. export(plot_forecast_component)
  18. export(predictive_samples)
  19. export(prophet)
  20. export(prophet_plot_components)
  21. export(rmse)
  22. export(simulated_historical_forecasts)
  23. import(Rcpp)
  24. importFrom(dplyr,"%>%")