-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
55 lines (55 loc) · 2.59 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
Package: strucchangeRcpp
Version: 1.5-4-1.0.0
Title: Testing, Monitoring, and Dating Structural Changes: C++ Version
Authors@R: c(person(given = "Dainius", family = "Masiliunas", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0001-5654-1277")),
person(given = "Achim", family = "Zeileis", role = c("aut"), email = "[email protected]",
comment = c(ORCID = "0000-0003-0918-3766")),
person(given = "Marius", family = "Appel", role = "aut", email = "[email protected]"),
person(given = "Friedrich", family = "Leisch", role = "aut", email = "[email protected]"),
person(given = "Kurt", family = "Hornik", role = "aut", email = "[email protected]"),
person(given = "Christian", family = "Kleiber", role = "aut", email = "[email protected]"),
person(given = "Andrei", family = "Mirt", role = "ctb", email = "[email protected]",
comment = c(ORCID = "0000-0003-3654-2090")),
person(given = "Bruce", family = "Hansen", role = "ctb"),
person(given = c("Edgar", "C."), family = "Merkle", role = "ctb"),
person(given = "Nikolaus", family = "Umlauf", role = "ctb"))
Description: A fast implementation with additional experimental features for
testing, monitoring and dating structural changes in (linear)
regression models. 'strucchangeRcpp' features tests/methods from
the generalized fluctuation test framework as well as from
the F test (Chow test) framework. This includes methods to
fit, plot and test fluctuation processes (e.g. cumulative/moving
sum, recursive/moving estimates) and F statistics, respectively.
These methods are described in Zeileis et al. (2002)
<doi:10.18637/jss.v007.i02>.
Finally, the breakpoints in regression models with structural
changes can be estimated together with confidence intervals,
and their magnitude as well as the model fit can be evaluated
using a variety of statistical measures.
LazyData: yes
LinkingTo: Rcpp, RcppArmadillo
Depends:
R (>= 2.10.0),
zoo,
sandwich
Suggests:
stats4,
car,
dynlm,
e1071,
foreach,
lmtest,
mvtnorm,
tseries,
bfast
Imports:
graphics,
stats,
Rcpp (>= 0.12.7),
utils
License: GPL-2 | GPL-3
URL: https://github.com/bfast2/strucchangeRcpp/
BugReports: https://github.com/bfast2/strucchangeRcpp/issues
RoxygenNote: 7.1.1
Encoding: UTF-8