The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
‘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 stable version from CRAN:
install.packages("fable.ata")
You can install the development version from Github with:
# install.packages("devtools")
::install_github("alsabtay/fable.ata") devtools
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)
Github - Intermittent Ata Method Package
Github.io Intermittent Ata Method Package
This package is free and open source software, licensed under GPL-3.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.