Symmetric mean absolute percentage error (sMAPE) scales absolute error by absolute observation and prediction sizes.
Details
$$\mathrm{sMAPE}=\frac{100}{n}\sum_{i=1}^n \frac{2|obs_i-pred_i|}{|obs_i|+|pred_i|}.$$
sMAPE ranges from zero to 200 percent; zero is ideal. A pair of zeros
contributes zero. Missing-value handling follows bias().
References
Hyndman and Koehler (2006). See mdae().
