error_metrics: list of available error metrics in mafs package

Description Usage Details Value Examples

Description

See forecast::accuracy() for more details.

Usage

1

Details

There is an internal function in this package (removeTheil()) that removes Theil'U metric from the output. This was necessary because for some time series, forecast::accuracy() does not output the value for this metric.

Value

A character vector of the error metrics that can be used in this package.

Examples

1

Example output

[1] "ME"   "RMSE" "MAE"  "MAPE" "MASE"

mafs documentation built on May 2, 2019, 12:40 p.m.

Related to error_metrics in mafs...