mase {TSrepr} | R Documentation |
MASE
Description
The mase
computes MASE (Mean Absolute Scaled Error) of a forecast.
Usage
mase(real, forecast, naive)
Arguments
real |
the numeric vector of real values |
forecast |
the numeric vector of forecasted values |
naive |
the numeric vector of naive forecast |
Value
the numeric value
Author(s)
Peter Laurinec, <tsreprpackage@gmail.com>
Examples
mase(rnorm(50), rnorm(50), rnorm(50))
[Package TSrepr version 1.1.0 Index]