sMAPE
Description
Symmetric Mean Absolute Percentage Error is a widely utilized metric within the field of forecasting and prediction models, specifically in the domain of time series analysis.
Formula
SMAPE = (1/n) * Σ [ |Actual - Forecast| / (|Actual| + |Forecast|)] * 100Example