forked from antoniofabio/tsDyn
-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
49 lines (49 loc) · 1.72 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
Package: tsDyn
Type: Package
Title: Nonlinear Time Series Models with Regime Switching
Version: 11.0.5.2
Date: 2024-10-29
Authors@R: c(person("Antonio Fabio", "Di Narzo", role = "aut",
comment =c(ORCID="0000-0002-4033-5038")),
person("Jose Luis", "Aznarte", role = "ctb",
comment =c(ORCID="0000-0002-1636-244X"),
email = "jlaznarte@dia.uned.es"),
person("Matthieu", "Stigler", role = c("aut","cre"), email="Matthieu.Stigler@gmail.com",
comment =c(ORCID="0000-0002-6802-4290")))
Depends: R (>= 3.5.0)
Imports:
mnormt,
mgcv,
nnet,
tseriesChaos,
tseries,
utils,
vars,
urca,
forecast,
MASS,
Matrix,
foreach,
methods,
generics
Suggests:
sm,
scatterplot3d,
rgl,
rugarch,
broom,
dplyr,
stringr,
purrr,
tibble,
tidyr,
testthat (>= 3.0.0)
Maintainer: Matthieu Stigler <Matthieu.Stigler@gmail.com>
Description: Implements nonlinear autoregressive (AR) time series models. For univariate series, a non-parametric approach is available through additive nonlinear AR. Parametric modeling and testing for regime switching dynamics is available when the transition is either direct (TAR: threshold AR) or smooth (STAR: smooth transition AR, LSTAR). For multivariate series, one can estimate a range of TVAR or threshold cointegration TVECM models with two or three regimes. Tests can be conducted for TVAR as well as for TVECM (Hansen and Seo 2002 and Seo 2006).
License: GPL (>= 2)
URL: https://github.com/MatthieuStigler/tsDyn/wiki
BugReports: https://github.com/MatthieuStigler/tsDyn/issues
RoxygenNote: 7.3.2
LazyData: true
Encoding: UTF-8
Config/testthat/edition: 3