maape_vec: Mean Arctangent Absolute Percentage Error

View source: R/yardstick-metric-sets.R

maape_vecR Documentation

Mean Arctangent Absolute Percentage Error

Description

Wrapper around TSrepr::maape() with yardstick-compatible interface.

Usage

maape_vec(truth, estimate, na_rm = TRUE, case_weights = NULL, ...)

Arguments

truth

Numeric vector of ground-truth values.

estimate

Numeric vector of predicted values.

na_rm

Logical, whether to remove missing values before computation.

case_weights

Optional numeric vector of non-negative case weights (not used by maape_vec).

...

Additional arguments (not used).

Value

A numeric value representing the Mean Arctangent Absolute Percentage Error.


modeltime documentation built on Dec. 17, 2025, 9:07 a.m.