mdae {TSrepr} | R Documentation |
The mdae
computes MdAE (Median Absolute Error) of a forecast.
mdae(x, y)
x |
the numeric vector of real values |
y |
the numeric vector of forecasted values |
the numeric value
Peter Laurinec, <tsreprpackage@gmail.com>
mdae(runif(50), runif(50))