alsabtay / intermittentATA

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

Home Page:https://alsabtay.github.io/intermittentATA/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://alsabtay.github.io/intermittentATA/

License:GNU General Public License v3.0


Languages

Language:R 100.0%