maape: MAAPE

Description Usage Arguments Value Author(s) References Examples

View source: R/RcppExports.R

Description

the maape computes MAAPE (Mean Arctangent Absolute Percentage Error) of a forecast.

Usage

1
maape(x, y)

Arguments

x

the numeric vector of real values

y

the numeric vector of forecasted values

Value

the numeric value in %

Author(s)

Peter Laurinec, <tsreprpackage@gmail.com>

References

Sungil Kim, Heeyoung Kim (2016) A new metric of absolute percentage error for intermittent demand forecasts, International Journal of Forecasting 32(3):669-679

Examples

1
maape(runif(50), runif(50))

TSrepr documentation built on July 13, 2020, 9:07 a.m.