Description Usage Arguments Value References See Also Examples
View source: R/metrics_point.R
Mean Absolute Scaled Error (MASE), scaled according to M4 Forecasting competition
1 |
data |
time series (only train set) |
actual |
actual values (Equivalent of forecast) |
forecast |
predicted values |
m |
frequency, e.g. 12 for monthly and 4 for quarterly series |
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:
mape()
,
smape()
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.