-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.92 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: fable.ata
Type: Package
Title: 'ATAforecasting' Modelling Interface for 'fable' Framework
Version: 0.0.6
Date: 2023-06-11
Authors@R: c(
person("Ali Sabri", "Taylan", email="alisabritaylan@gmail.com", role=c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-9514-934X")),
person("Hanife", "Taylan Selamlar", role=c("aut", "cph"), comment = c(ORCID = "0000-0002-4091-884X")),
person("Guckan", "Yapar", role=c("aut", "ths", "cph"), comment=c(ORCID = "0000-0002-0971-6676"))
)
Maintainer: Ali Sabri Taylan <alisabritaylan@gmail.com>
Description: Allows ATA (Automatic Time series analysis using the Ata method) models from the 'ATAforecasting' package to be used in a tidy workflow with the modeling interface of
'fabletools'. This extends 'ATAforecasting' to provide enhanced model specification and management, performance evaluation methods, and
model combination tools. The Ata method (Yapar et al. (2019) <doi:10.15672/hujms.461032>), an alternative to exponential smoothing (described in Yapar (2016)
<doi:10.15672/HJMS.201614320580>, Yapar et al. (2017) <doi:10.15672/HJMS.2017.493>), is a new univariate time series forecasting method which provides
innovative solutions to issues faced during the initialization and optimization stages of existing forecasting methods.
Forecasting performance of the Ata method is superior to existing methods both in terms of easy implementation and accurate forecasting.
It can be applied to non-seasonal or seasonal time series which can be decomposed into four components (remainder, level, trend and seasonal).
Imports:
stats,
rlang,
tibble,
dplyr,
tsibble,
distributional,
tsbox,
lubridate
Depends:
fabletools (>= 0.3.3),
ATAforecasting (>= 0.0.60)
License: GPL (>= 3)
URL: https://alsabtay.github.io/fable.ata/
BugReports: https://github.com/alsabtay/fable.ata/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
ByteCompile: true