prophet/R/NAMESPACE
Nagi Teramo 14d5028a73 Implement metrics for time series forecasts (#384)
* Add metrics for model validation

* Update to reflect comments on Github

* Change all_metrics() implementation to more sophisticated style

* Update metrics functions

* Remove redundant argument

* Use v0.3 files for diagnostics.R and prophet.R

* Use v0.3 file for man/predict.prophet.Rd

* Change the interface and do some refactoring
2018-01-05 16:05:58 -08:00

25 lines
540 B
Text

# 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,"%>%")