| 1234567891011121314151617181920212223242526 |
- # Generated by roxygen2: do not edit by hand
- S3method(predict,prophet)
- export(add_regressor)
- export(add_seasonality)
- export(all_metrics)
- export(cross_validation)
- export(dyplot.prophet)
- export(fit.prophet)
- export(layer_changepoints)
- export(mae)
- export(make_future_dataframe)
- export(mape)
- export(me)
- export(mpe)
- export(mse)
- export(plot.prophet)
- export(plot_forecast_component)
- export(predictive_samples)
- export(prophet)
- export(prophet_plot_components)
- export(rmse)
- export(simulated_historical_forecasts)
- import(Rcpp)
- importFrom(dplyr,"%>%")
|