I need to automatically identify if a time series is intermittent or not. Depending on the result I'll use one or another method for forecasting it.
Is there any test to detect intermittent time series?
I need to automatically identify if a time series is intermittent or not. Depending on the result I'll use one or another method for forecasting it.
Is there any test to detect intermittent time series?
Just set a threshold like 30% and if the number of "zeroes" exceeds this threshold then declare it to be an intermittent demand series. For guidelines to deal with "unusual demands" rather than believing them and Level Shifts ( n.b. A level Shift is not a time trend ) . Also since intermittent demand can yield rates that are auto-regressive ( i.e autocorrelated ) models like the Poisson Model or the Croston approach are of limited value. Please see the discussion Please see my comments in How to forecast based on aggregated data over irregular intervals? regarding this.