Development repository for the tsintermittent package for R. Stable version can be found at: https://cran.r-project.org/web/packages/tstinermittent/index.html
Functions and wrappers for producing intermittent demand forecasts for R.
To install use:
if (!require(“devtools”)){install.packages(“devtools”)}
devtools::install_github(“trnnick/tsintermittent”)
Happy forecasting!