| sMAPE.ts | R Documentation |
Compute symmetric mean absolute percent error (sMAPE).
sMAPE.ts(actual, prediction)
actual |
Numeric vector of observed values. |
prediction |
Numeric vector of predicted values. |
sMAPE = mean( |a - p| / ((|a| + |p|)/2) ), excluding zero denominators.
Numeric scalar with the sMAPE.
S. Makridakis and M. Hibon (2000). The M3-Competition: results, conclusions and implications. International Journal of Forecasting, 16(4).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.