-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.73 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
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: smooth
Type: Package
Title: Forecasting Using State Space Models
Version: 4.1.2.41001
Date: 2025-02-12
Authors@R: person("Ivan", "Svetunkov", email = "[email protected]", role = c("aut", "cre"),
comment="Senior Lecturer at Centre for Marketing Analytics and Forecasting, Lancaster University, UK")
URL: https://github.com/config-i1/smooth
BugReports: https://github.com/config-i1/smooth/issues
Language: en-GB
Description: Functions implementing Single Source of Error state space models for purposes of time series analysis and forecasting.
The package includes ADAM (Svetunkov, 2023, <https://openforecast.org/adam/>),
Exponential Smoothing (Hyndman et al., 2008, <doi: 10.1007/978-3-540-71918-2>),
SARIMA (Svetunkov & Boylan, 2019 <doi: 10.1080/00207543.2019.1600764>),
Complex Exponential Smoothing (Svetunkov & Kourentzes, 2018, <doi: 10.13140/RG.2.2.24986.29123>),
Simple Moving Average (Svetunkov & Petropoulos, 2018 <doi: 10.1080/00207543.2017.1380326>)
and several simulation functions. It also allows dealing with intermittent demand based on the
iETS framework (Svetunkov & Boylan, 2019, <doi: 10.13140/RG.2.2.35897.06242>).
License: LGPL-2.1
Depends:
R (>= 3.0.2),
greybox (>= 2.0.2)
Imports:
Rcpp (>= 0.12.3),
stats,
generics (>= 0.1.2),
graphics,
grDevices,
pracma,
statmod,
MASS,
nloptr,
utils,
xtable,
zoo
LinkingTo: Rcpp, RcppArmadillo (>= 0.8.100.0.0)
Suggests:
legion,
numDeriv,
testthat,
knitr,
rmarkdown,
doMC,
doParallel,
foreach
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8
Roxygen: list(old_usage = TRUE)
ByteCompile: true