Taxonomy of forecast error measures
Traditionally, in regression problems, we have very few, general loss functions such as the mean squared error or the mean absolute error, but when you step into the world of time series forecasting, you will be hit with a myriad of different metrics.
Important note
Since the focus of the book is on point predictions (and not probabilistic predictions), we will stick to reviewing point forecast metrics.
There are a few key factors that distinguish the metrics in time series forecasting:
- Temporal relevance: The temporal aspect of the prediction we make is an essential aspect of a forecasting paradigm. Metrics such as forecast bias and the tracking signal take this aspect into account.
- Aggregate metrics: In most business use cases, we would not be forecasting a single time series, but rather a set of time series, related...