-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.14 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
Package: blockcpd
Title: Change Point Detection for Multiple Aligned Independent Time Series
Version: 1.0.0
Authors@R:
c(person(given = "Lucas",
family = "Prates",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6431-8232")),
person(given = "Florencia",
family = "Leonardi",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0299-0680"))
)
Description: Implementation of statistical models based on
regularized likelihood for offline change point detection on multiple
aligned independent time series. It detects changes in
parameters for the specified family for the series as group or block.
As a reference for the method, see Prates et al. (2021) <arXiv:2111.10187>.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
Rcpp,
graphics,
stats
LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3