Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.56 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.56 KB

intermittentATA

Intermittent demand time series analysis using the Ata Method based on the 'ATAforecasting package with the 'fable' Framework.

This package provides a tidy R interface to Intermittent demand time series analysis using the Ata Method procedure using fabletools. This package makes use of the ATAforecasting package for R.

Installation

You can install the development version from Github with:

# install.packages("remotes")
remotes::install_github("alsabtay/intermittentATA")

Example

fmcgData: Intermittent sales data from a SKU form a store in Türkiye 2012--2019

library(intermittentATA)
as_tsibble(fmcgData) %>% model(crostonata = intermittentATA(value ~ d_trend(type = "M", parQ = 1) + i_trend("A") + intermittent("croston"))) %>% forecast(h=6)

Links

Github page

Github.io page

Github - Fable Modelling Wrappers for ATAforecasting Package

Github.io - Fable Modelling Wrappers for ATAforecasting Package

Github - ATAforecasting

Github.io - ATAforecasting

Project team website

License

This package is free and open source software, licensed under GPL-3.