tidyverts / feasts

Feature Extraction And Statistics for Time Series
https://feasts.tidyverts.org/
295 stars 23 forks source link

Add features for intermittency #93

Closed mitchelloharawild closed 4 years ago

mitchelloharawild commented 4 years ago

cc @robjhyndman

Any well known features that should be included for this, or should I make some up?

robjhyndman commented 4 years ago

The two that are used in the literature (Kostenko & Hyndman 2006: doi.org/10.1057/palgrave.jors.2602211)

You could probably also add proportion of zeros in the time series

mitchelloharawild commented 4 years ago

Great, I was considering something with rle which should be equivalent to p.

What do you think about the proportion of the series starting/ending with 0. In sales data, this may indicate if a product has been phased in or out.

robjhyndman commented 4 years ago

Yes, that could also be useful.