Solved – Forecasting Intermittent Demand with zeroes in times series

crostons-methodforecastingintermittent time seriesrtime series

I am trying to forecast intermittent demand (slow movers and extreme slow movers).

Here's the type of data I am working with

  • weekly data so I cannot really group it
  • has zeroes in time series
  • not sure if seasonal (at least not visibly)

Based on some research, I think I can use Croston's method for this type of data, but I want to know what the general approach is for handling this type of lumpy data with zeroes in it.

Burning questions for now would be-

  1. How to handle zeroes in data

  2. What models are generally used for Intermittent data

  3. How to model seasonality if it's present

I am using R for my analysis.

https://drive.google.com/file/d/1_yfz1q9d0tih5WRmfzRWpedkeQvF3ctB/view?usp=sharing
Used Forecast function and R selected the ETS model shown in picture
used Croston's specifically

Best Answer

I found the article by professor Hyndman for forecasting intermittent data very helpful. Although its main focus is on the error measurements, it suggests four simple models for forecasting intermittent data:

  • The historical mean

  • The naïve or random walk method

  • Simple exponential smoothing
  • As you suggested, and the most common for intermittent data as far as I know; Croston’s method for intermittent demands (Boylan, 2005)