maape_vec {modeltime} | R Documentation |
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... |
... |
Not currently in use |
[Package modeltime version 1.3.1 Index]