powered by
The mase computes MASE (Mean Absolute Scaled Error) of a forecast.
mase
mase(real, forecast, naive)
the numeric vector of real values
the numeric vector of forecasted values
the numeric vector of naive forecast
the numeric value
# NOT RUN { mase(rnorm(50), rnorm(50), rnorm(50)) # }
Run the code above in your browser using DataLab