Wrapper around TSrepr::maape()
with yardstick-compatible interface.
maape_vec(truth, estimate, na_rm = TRUE, case_weights = NULL, ...)
A numeric value representing the Mean Arctangent Absolute Percentage Error.
Numeric vector of ground-truth values.
Numeric vector of predicted values.
Logical, whether to remove missing values before computation.
Optional numeric vector of non-negative case weights (not used by maape_vec
).
Additional arguments (not used).