Skip to content

alsabtay/intermittentATA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages