tidyverts / fabletools

General fable features useful for extension packages
http://fabletools.tidyverts.org/
89 stars 31 forks source link

Add model modifier for handling initial zeroes #190

Closed mitchelloharawild closed 4 years ago

mitchelloharawild commented 4 years ago

If a series starts with 0, use an empty model to handle these values, and then switch to an alternate model after the first non-zero observation.

I presume that the model outputs should be from the alternate model (coefs, glance, etc.).

mitchelloharawild commented 4 years ago

Added in M5 repo, for public release when tested.