Question

I just read Demand-Driven Forecasting: A Structured Approach to Forecasting(Wiley and SAS Business Series) and have a few doubts in Holt-Winters Model:

1) Unlike OLS Regression Modeling technique or ARIMA, no assumptions were checked before running Holt-Winters. For instance, in ARIMA, we first make the data stationary before running ARIMA or in OLS, we check normality, auto-correlation etc. However, as per the book, no test was conducted before and after running Holt-Winters. We just calculate MAPE and check if it is acceptable. So, can someone confirm if there are any tests that we should do before and after running Holt-Winters?

2) Can Holt-Winters model incorporate causal factors such as Price, Promotion, Marketing etc?

3) When we are running Holt-Winters multiplicative or additive model, we don't need to explicitly adjust for seasonality before?

4) How to treat for missing values or outliers in time series forecasting? We obviously cannot remove missing values rows as the time interval will break. Hence, for missing values, I have thought to use CAGR for that period(weekly, monthly or yearly) in the last 5 years and use it to estimate missing value. Can someone confirm if this correct?

Also, I believe we shouldn't remove outliers and rather look why it is there in the first place. It might be because of some external factors like Price Change or Promotion which is causing the spike. This will ofcourse be not detected by Holt-Winters. So, if it is a rare promotion, then we should remove that value and insert the normal demand again by using CAGR of past data in order to maintain the historical pattern. Hence, the spike will be gone and the historical trend will be intact, thus increasing our MAPE. Can someone confirm if this correct?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with datascience.stackexchange
scroll top