Description Usage Arguments Value References Examples
View source: R/ErrorMeasures.R
sMAPE = 100/n ∑_{t=0}^n (y_t - y_hat_t)/((y_t+y_hat_t)/(2))
1 |
y |
|
y_hat |
|
result_type |
|
According to the value of result_type
:
measure
-> sMAPE computed according to the formula
raw
-> Vector containing one sMAPE for each time step
Hyndman, R. J., & Koehler, A. B. (2006). Another look at measures of forecast accuracy. International journal of forecasting, 22(4), 679-688.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.