Learn R Programming

mafs (version 0.0.3)

Multiple Automatic Forecast Selection

Description

Fits several forecast models available from the forecast package and selects the best one according to an error metric. Its main function is select_forecast().

Copy Link

Version

Install

install.packages('mafs')

Monthly Downloads

33

Version

0.0.3

License

GPL-2 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

October 19th, 2017

Functions in mafs (0.0.3)

gg_fit

Graphical results of forecast models
select_forecast

Selects best forecast model
available_models

List of available models in mafs package
error_metrics

list of available error metrics in mafs package
apply_all_models

Fit several forecast models
apply_selected_model

Select a model to forecast a time series object.