Description Usage Arguments Value References See Also
View source: R/metrics_point.R
Mean Absolute Percentage Error (MAPE)
1 | mape(actual, forecast)
|
actual |
actual values (Equivalent of forecast) |
forecast |
predicted values |
numeric vector of length 1
Svetunkov, I., Sagaert, Y. R. (2020). greybox: Toolbox for Model Building and Forecasting. https://cran.r-project.org/package=greybox
Makridakis, S., Spiliotis, E., & Assimakopoulos, V. (2020). The M4 Competition: 100,000 time series and 61 forecasting methods. International Journal of Forecasting, 36(1), 54–74. https://doi.org/10.1016/j.ijforecast.2019.04.014
Other PF accuracy measures:
mase()
,
smape()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.