Learn R Programming

fable.ata

'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.

Installation

You can install the stable version from CRAN:

install.packages("fable.ata")

You can install the development version from Github with:

# install.packages("devtools")
devtools::install_github("alsabtay/fable.ata")

Example

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)

Links

Github page

Github.io page

Github - ATAforecasting

Github.io - ATAforecasting

Project team website

Github - Intermittent Ata Method Package

Github.io Intermittent Ata Method Package

License

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

Copy Link

Version

Install

install.packages('fable.ata')

Monthly Downloads

477

Version

0.0.6

License

GPL (>= 3)

Maintainer

Ali Sabri Taylan

Last Published

June 19th, 2023

Functions in fable.ata (0.0.6)

glance.ATA

Glance an ATA model
report.ATA

Specialized Screen Print Function of ATA model
fitted.ATA

Extract fitted values
AutoATA

ATAforecasting: Automatic Time Series Analysis and Forecasting using Ata Method with Box-Cox Power Transformations Family and Seasonal Decomposition Techniques
components.ATA

Extract estimated states from an ATA model.
format.ATA

Format of ATA model
fable.ata-package

fable.ata: 'ATAforecasting' Modelling Interface for 'fable' Framework
tidy.ATA

Tidy a ATA model
residuals.ATA

Extract model residuals
model_sum.ATA

Summary of ATA model
forecast.ATA

Forecast a model from the fable ATA model