-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.12 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
Type: Package
Package: RChest
Title: Locating Distributional Changes in Highly Dependent Time
Series
Version: 1.0.2
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: We are using an implementation in Go with a strong
focus on parallel computation in order to locate distributional
changes in piece-wise stationary time-series with long-range
dependencies like suggested by the papers A. Khaleghi, D. Ryabko
(2014) <http://proceedings.mlr.press/v32/khaleghi14.html> and A.
Khaleghi, D. Ryabko (2012)
<https://proceedings.neurips.cc/paper/2012/file/299fb2142d7de959380f91c01c3a293c-Paper.pdf>.
License: MIT + file LICENSE
URL: https://github.com/azalk/GoChest
BugReports: https://github.com/azalk/GoChest/issues
Imports:
reticulate
Suggests:
testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1