MAPE {tsDyn} | R Documentation |
Mean Absolute Percent Error
Description
Generic function to compute the Mean Absolute Percent Error of a fitted model.
Usage
MAPE(object, ...)
## Default S3 method:
MAPE(object, ...)
Arguments
object |
object of class |
... |
additional arguments to |
Value
Computed Mean Absolute Percent Error for the fitted model.
Author(s)
Antonio, Fabio Di Narzo
[Package tsDyn version 11.0.4.1 Index]