-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.91 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: sarima
Type: Package
Title: Simulation and Prediction with Seasonal ARIMA Models
Version: 0.9.3
Authors@R: c( person(given = c("Georgi", "N."),
family = "Boshnakov",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Jamie",
family = "Halliday",
role = "aut", email = "[email protected]") )
Description: Functions, classes and methods for time series modelling with ARIMA
and related models. The aim of the package is to provide consistent
interface for the user. For example, a single function autocorrelations()
computes various kinds of theoretical and sample autocorrelations. This is
work in progress, see the documentation and vignettes for the current
functionality. Function sarima() fits extended multiplicative seasonal
ARIMA models with trends, exogenous variables and arbitrary roots on the
unit circle, which can be fixed or estimated (for the algebraic basis for
this see <arXiv:2208.05055>, a paper on the methodology is being prepared).
URL: https://geobosh.github.io/sarima/ (doc) https://github.com/GeoBosh/sarima (devel)
BugReports: https://github.com/GeoBosh/sarima/issues
Depends:
R (>= 2.10),
methods,
stats4
Imports:
graphics, stats, utils,
PolynomF (>= 1.0-0),
Formula,
lagged (>= 0.2.1),
Rcpp (>= 0.12.14),
Rdpack,
numDeriv,
ltsa
Suggests:
testthat,
KFAS,
FKF,
fGarch,
forecast
RdMacros: Rdpack
License: GPL (>= 2)
LazyLoad: yes
Collate:
RcppExports.R
utils.R
generics.R
filterClasses.R
modelClasses.R
sarima.R
autocovariances.R
armacalc.R
fit.R
wrapKFAS.R
arma_Q0dotdotstats.R
Kalman.R
fitTools.R
periodogram.R
predict.Sarima.R
zzz.R
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.1
NeedsCompilation: yes