README.md

Build Status

"tsSelect Package - Pick the best time series model"

This package has as input a Time Series object.

The first step fits a series of models:

The second step picks the model with lowest error measures, either by a specific measure or by majority vote, among all possible error measures.

The different error measures are: ME, RMSE, MAE, MPE ,MAPE, MASE, ACF1

Execution example:

library(tsSelect)

run_models(ts_object)



AviBlinder/tsSelect documentation built on May 5, 2019, 9:22 a.m.