Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Grouped time series #128

Open
jiedxu opened this issue Dec 21, 2020 · 2 comments
Open

Grouped time series #128

jiedxu opened this issue Dec 21, 2020 · 2 comments
Labels
forecast Related to forecasts read Literature and comment to read

Comments

@jiedxu
Copy link
Owner

jiedxu commented Dec 21, 2020

The idea is to group products and stores into similar product and regions, for which aggregate forecasts are generated and used to determine overall seasonality and trend, which are then spread down reconciled using a Top-Down approach with the baseline forecasts generated for each individual sku/store combination.

Our method is based on independently forecasting all series at all levels of the hierarchy and then using a regression model to optimally combine and reconcile these forecasts. [hyndman2011optimal]


  • Hyndman, R. J., Ahmed, R. A., Athanasopoulos, G., & Shang, H. L. (2011). Optimal combination forecasts for hierarchical time series. Computational statistics & data analysis, 55(9), 2579-2589.
@jiedxu jiedxu added forecast Related to forecasts read Literature and comment to read labels Dec 21, 2020
@jiedxu
Copy link
Owner Author

jiedxu commented Dec 21, 2020

Bottom-Up Approach

An advantage of this approach is that we are forecasting at the bottom-level of a structure, and therefore no information is lost due to aggregation. On the other hand, bottom-level data can be quite noisy and more challenging to model and forecast. [FPP3]

@jiedxu
Copy link
Owner Author

jiedxu commented Dec 21, 2020

Top-Down Approach

Top-down approaches involve first generating forecasts for the Total series, and then disaggregating these down the hierarchy. This only works with strictly hierarchical data, not with grouped or mixed aggregation structures. [FPP3]

@jiedxu jiedxu changed the title Read about grouped time series Grouped time series Dec 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
forecast Related to forecasts read Literature and comment to read
Projects
None yet
Development

No branches or pull requests

1 participant