-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathCITATION.cff
60 lines (60 loc) · 1.77 KB
/
CITATION.cff
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
abstract: |
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.
authors:
- family-names: Killick
given-names: Rebecca
email: r.killick at lancs.ac.uk
orcid: "https://orcid.org/0000-0003-0583-3960"
- family-names: Haynes
given-names: Kaylea
- family-names: Eckley
given-names: Idris
- family-names: Fearnhead
given-names: Paul
- family-names: Lee
given-names: Jamie
cff-version: 1.2.0
date-released: "2016-10-04"
license:
- GPL-3.0
- GPL-2.0
repository-code: "https://github.com/rkillick/changepoint"
version: 2.2.2
title: "Changepoint: Methods for Changepoint Detection"
message: |
If you use this software, please cite both the article from
preferred-citation and the software itself.
preferred-citation:
authors:
- family-names: Killick
given-names: Rebecca
orcid: "https://orcid.org/0000-0003-0583-3960"
- family-names: Haynes
given-names: Kaylea
- family-names: Eckley
given-names: Idris
title: "changepoint: An R package for changepoint analysis"
type: software
version: 1.0
year: 2019
url: "https://CRAN.R-project.org/package=changepoint"
notes: "R package version 2.2.2"
references:
- authors:
- family-names: Killick
given-names: Rebecca
orcid: "https://orcid.org/0000-0003-0583-3960"
- family-names: Eckley
given-names: Idris
title: "changepoint: An R Package for Changepoint Analysis"
type: article
journal: "Journal of Statistical Software"
year: 2014
volume: 58
number: 3
pages: "1--19"
url: "http://www.jstatsoft.org/v58/i03/"