-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.45 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.45 KB
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
38
39
40
41
42
43
44
45
46
47
Package: fasster
Version: 0.2.0.9000
Title: Fast Additive Switching of Seasonality, Trend, and Exogenous Regressors
Description: Implementation of the FASSTER (Forecasting with Additive Switching
of Seasonality, Trend, and Exogenous Regressors) model for forecasting time
series with multiple seasonal patterns. The model combines state space
methodology with a switching component in the observation equation to allow
flexible modeling of complex seasonal patterns, including time-varying
effects and multiple seasonalities.
Depends:
R (>= 4.1.0),
fabletools (>= 0.2.0)
Imports:
dlm,
tsibble (>= 0.9.0),
purrr,
rlang,
stats,
dplyr (>= 1.0.0),
distributional,
vctrs
Suggests:
tsibbledata (>= 0.2.0),
lubridate,
knitr,
rmarkdown,
testthat,
spelling,
covr
Authors@R:
c(person(given = "Mitchell",
family = "O'Hara-Wild",
email = "mail@mitchelloharawild.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6729-7695")),
person(given = "Rob",
family = "Hyndman",
role = c("aut", "ths")))
URL: https://github.com/tidyverts/fasster, https://fasster.tidyverts.org/
BugReports: https://github.com/tidyverts/fasster/issues
License: GPL-3
Encoding: UTF-8
ByteCompile: true
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))
Language: en-GB
VignetteBuilder: knitr