mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
16 lines
399 B
Text
16 lines
399 B
Text
# Generated by roxygen2: do not edit by hand
|
|
|
|
S3method(plot,prophet)
|
|
S3method(predict,prophet)
|
|
export(add_regressor)
|
|
export(add_seasonality)
|
|
export(cross_validation)
|
|
export(fit.prophet)
|
|
export(make_future_dataframe)
|
|
export(plot_forecast_component)
|
|
export(predictive_samples)
|
|
export(prophet)
|
|
export(prophet_plot_components)
|
|
export(simulated_historical_forecasts)
|
|
import(Rcpp)
|
|
importFrom(dplyr,"%>%")
|