-
Notifications
You must be signed in to change notification settings - Fork 33
/
DESCRIPTION
executable file
·29 lines (28 loc) · 1.23 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
Package: changepoint
Type: Package
Title: Methods for Changepoint Detection
Version: 2.2.5
Date: 2022-11-08
Authors@R: c(person("Rebecca", "Killick",
role=c("aut","cre"),email="r.killick@lancs.ac.uk"),
person("Kaylea", "Haynes", role="aut"),
person("Idris", "Eckley", role=c("ths")),
person("Paul","Fearnhead",role=c("ctb","ths")), person("Robin", "Long", role="ctb"),person("Jamie","Lee",role="ctr"))
Maintainer: Rebecca Killick <r.killick@lancs.ac.uk>
BugReports: https://github.com/rkillick/changepoint/issues
URL: https://github.com/rkillick/changepoint/
Description: Implements various mainstream and specialised changepoint methods for finding single and multiple changepoints within data. Many popular non-parametric and frequentist methods are included. The cpt.mean(), cpt.var(), cpt.meanvar() functions should be your first point of call.
Depends: R(>= 3.2), methods, stats, zoo(>= 0.9-1)
Suggests: testthat, vdiffr
License: GPL
LazyData: true
Packaged: 2022-11-08 14:14:13 UTC; killick
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2022-11-08 15:50:02 UTC
Author: Rebecca Killick [aut, cre],
Kaylea Haynes [aut],
Idris Eckley [ths],
Paul Fearnhead [ctb, ths],
Robin Long [ctb],
Jamie Lee [ctr]