ape: Calculate absolute percent error between actual and forecast.
Description
pe takes actual and forecast numeric vectors and returns a
numeric vector where forecast is subtracted from the actual and
then those errors are divided by the actuals. Lastly, the
absolute value of those percent errors are taken.