Learn R Programming

mafs (version 0.0.3)

error_metrics: list of available error metrics in mafs package

Description

See forecast::accuracy() for more details.

Usage

error_metrics()

Arguments

Value

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

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.

Examples

Run this code
# NOT RUN {
error_metrics()
# }

Run the code above in your browser using DataLab