maape_vec: Mean Arctangent Absolute Percentage Error
Description
This is basically a wrapper to the function of TSrepr::maape()
.
Usage
maape_vec(truth, estimate, na_rm = TRUE, ...)
Arguments
- truth
The column identifier for the true results (that is numeric).
- estimate
The column identifier for the predicted results (that is also numeric).
- na_rm
Not in use... NA
values managed by TSrepr::maape()
- ...
Not currently in use