prophet/R/NAMESPACE

26 lines
548 B
Text
Raw Normal View History

2017-02-22 23:59:43 +00:00
# Generated by roxygen2: do not edit by hand
S3method(plot,prophet)
2017-02-22 23:59:43 +00:00
S3method(predict,prophet)
export(add_changepoints_to_plot)
2017-08-30 23:17:41 +00:00
export(add_regressor)
2017-07-05 08:20:22 +00:00
export(add_seasonality)
export(all_metrics)
2017-08-26 21:31:33 +00:00
export(cross_validation)
export(dyplot.prophet)
2017-02-22 23:59:43 +00:00
export(fit.prophet)
export(mae)
2017-02-22 23:59:43 +00:00
export(make_future_dataframe)
export(mape)
export(me)
export(mpe)
export(mse)
2017-08-30 23:17:41 +00:00
export(plot_forecast_component)
export(predictive_samples)
2017-02-22 23:59:43 +00:00
export(prophet)
export(prophet_plot_components)
export(rmse)
2017-08-26 21:31:33 +00:00
export(simulated_historical_forecasts)
2017-02-22 23:59:43 +00:00
import(Rcpp)
importFrom(dplyr,"%>%")