best_forecast_type: Picks the best model based on mape and smape and outputs a...

Description Usage Arguments Value Examples

View source: R/par_catch_all.R

Description

Picks the best model based on mape and smape and outputs a list

Usage

1
best_forecast_type(model_forecast, steps = steps, origin = NULL)

Arguments

model_forecast

output from extract_model_fit_forecast

steps

numeric based on how far you want to look back and ahead

origin

series you are comparing agianst

Value

list of data frames with mape and smape models

Examples

1
2
3
4
5
## Not run: 
test <- replicate(5, list(ldeaths))
test_model <- par_time_series_catch(test, num.cores = 12)

## End(Not run)

ryanbieber/Time-Series-Catch-All documentation built on Oct. 13, 2020, 9:59 a.m.