-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathDESCRIPTION
executable file
·31 lines (31 loc) · 1.31 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
Package: changepoint
Type: Package
Title: Methods for Changepoint Detection
Version: 2.3
Date: 2024-11-02
Authors@R: c(person("Rebecca", "Killick",
role=c("aut","cre"),email="[email protected]"),
person("Kaylea", "Haynes", role="ctb"),
person("Harjit","Hullait",role="ctb"),
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 <[email protected]>
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: 2024-11-02 14:14:13 UTC; killick
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2024-11-02 15:50:02 UTC
Author: Rebecca Killick [aut, cre],
Kaylea Haynes [ctb],
Harjit Hullait [ctb],
Idris Eckley [ths],
Paul Fearnhead [ctb, ths],
Robin Long [ctb],
Jamie Lee [ctr]