Logical. Should the NA values be excluded. Default is TRUE.
Value
A numeric element.
Details
Estimates the Mean Absolute Percent Error (MAPE) for a given vector. The MAPE compares the individual values against their mean and
translates the mean of the differences into a percent deviation from the mean of the vector. The MAPE is estimated as:
$$100 / length(x) * sum(abs((x-mean(x))/x))$$