powered by
The mae computes MAE (Mean Absolute Error) of a forecast.
mae
mae(x, y)
the numeric vector of real values
the numeric vector of forecasted values
the numeric value
# NOT RUN { mae(runif(50), runif(50)) # }
Run the code above in your browser using DataLab