-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add generate.croston #253
Comments
This will be extremly useful for generating prediction intervals using simulation as described here https://otexts.com/fpp3/aggregates.html How would you judge the difficulty of implementing this? |
Croston's method is not based on a stochastic model. See https://robjhyndman.com/publications/croston/ Instead, it would be better to use a stochastic model for intermittent demand. See the tscount package for some examples. It would be nice to create an interface between fable and the tscount models. |
I went over the I'll try it outside of fable to assess how useful it would be for us but since the entire codebase was now rewritten to use fable I'll probably write some bridge. I'll be happy to contribute it back if the quality will be on par with your expectations. |
A |
No description provided.
The text was updated successfully, but these errors were encountered: