-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1 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
Type: Package
Package: RChest
Title: Locating Distributional Changes in Highly Dependent Time
Series
Version: 1.0.3
Authors@R:
c(person(given = "Lukas",
family = "Zierahn",
role = c("cre", "aut"),
email = "lukas@kappa-mm.de"),
person(given = "Azadeh",
family = "Khaleghi",
role = "aut",
email = "a.khaleghi@lancaster.ac.uk"))
Maintainer: Lukas Zierahn <lukas@kappa-mm.de>
Description: Provides algorithms to locate multiple
distributional change-points in piecewise stationary time series. The
algorithms are provably consistent, even in the presence of long-range
dependencies. Knowledge of the number of change-points is not
required. The code is written in Go and interfaced with R.
License: GPL
URL: https://github.com/azalk/GoChest
BugReports: https://github.com/azalk/GoChest/issues
Imports:
Rdpack,
reticulate
Suggests:
testthat
RdMacros:
Rdpack
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1