Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 967 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 967 Bytes

Intermittent demand forecasting package for R (tsintermittent)

GitHub version

CRAN_Status_Badge Downloads

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!