‘ATAforecasting’ Modelling Interface for ‘fable’
This package provides a tidy R interface to the Ata method procedure using fable. This package makes use of the ATAforecasting package for R.
You can install the development version from Github with:
USAccDeaths: Accidental Deaths in the US 1973–1978
library(fable.ata)
as_tsibble(USAccDeaths) %>% model(ata = AutoATA(value ~ trend("A") + season("A", method = "stl"))) %>% forecast(h=24)
This package is free and open source software, licensed under GPL-3.